Download builder-annotations-0.1.15.jar file - Jar b

Jar examples for b:builder-annotations

Description

This project contains the annotations used by the MakeBuilder component. It is deployed as a JAR file. These annotations represent the public interface of the component.

You can download jar file builder-annotations 0.1.15 in this page.

License

Apache License

Build File

You can use the following script to add builder-annotations-0.1.15.jar to your project.

<dependency>
   <groupId>io.sundr</groupId>
   <artifactId>builder-annotations</artifactId>
   <version>0.1.15</version>
</dependency>
compile group: 'io.sundr', name: 'builder-annotations', version: '0.1.15'
libraryDependencies += "io.sundr" % "builder-annotations" % "0.1.15"
<dependency org="io.sundr" name="builder-annotations" rev="0.1.15"/>
@Grapes(@Grab(group='io.sundr', module='builder-annotations', version='0.1.15'))
'io.sundr:builder-annotations:jar:0.1.15'

Download

Click the following link to download the jar file.

builder-annotations-0.1.15-javadoc.jar
builder-annotations-0.1.15-sources.jar
builder-annotations-0.1.15.jar
builder-annotations-0.1.15.pom



Related Tutorials