Download resource-utils-1.2.0.jar file - Jar r

Jar examples for r:resource-utils

Description

Utils for java project to get resource/lib/dll/.. files, and adapt normal classes,runnable jar,web container and so on. Or easy to get/set configs.

You can download jar file resource-utils 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add resource-utils-1.2.0.jar to your project.

<dependency>
   <groupId>com.github.davidcarboni</groupId>
   <artifactId>resource-utils</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'com.github.davidcarboni', name: 'resource-utils', version: '1.2.0'
libraryDependencies += "com.github.davidcarboni" % "resource-utils" % "1.2.0"
<dependency org="com.github.davidcarboni" name="resource-utils" rev="1.2.0"/>
@Grapes(@Grab(group='com.github.davidcarboni', module='resource-utils', version='1.2.0'))
'com.github.davidcarboni:resource-utils:jar:1.2.0'

Download

Click the following link to download the jar file.

resource-utils-1.2.0-javadoc.jar
resource-utils-1.2.0-sources.jar
resource-utils-1.2.0.jar
resource-utils-1.2.0.pom



Related Tutorials