Download resource-utils-1.0.7.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.0.7 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials