Download build-resources-1.2.0.jar file - Jar b

Jar examples for b:build-resources

Description

Build resources for DKPro projects. Templates for NOTICE.txt and friends to be installed using the maven-remote-resources-plugin.

You can download jar file build-resources 1.2.0 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add build-resources-1.2.0.jar to your project.

<dependency>
   <groupId>io.joynr.tools</groupId>
   <artifactId>build-resources</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'io.joynr.tools', name: 'build-resources', version: '1.2.0'
libraryDependencies += "io.joynr.tools" % "build-resources" % "1.2.0"
<dependency org="io.joynr.tools" name="build-resources" rev="1.2.0"/>
@Grapes(@Grab(group='io.joynr.tools', module='build-resources', version='1.2.0'))
'io.joynr.tools:build-resources:jar:1.2.0'

Download

Click the following link to download the jar file.

build-resources-1.2.0-javadoc.jar
build-resources-1.2.0-sources.jar
build-resources-1.2.0.jar
build-resources-1.2.0.pom



Related Tutorials