Download build-resources-1.0.2.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.0.2 in this page.

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

build-resources-1.0.2.jar
build-resources-1.0.2.pom



Related Tutorials