Download build-resources-1.1.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.1.0 in this page.

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

build-resources-1.1.0.jar
build-resources-1.1.0.pom



Related Tutorials