Download default-2.0.0.jar file - Jar d

Jar examples for d:default

Description

Common Java code shared between my projects

You can download jar file default 2.0.0 in this page.

License

GNU General Public License, Version 3

Build File

You can use the following script to add default-2.0.0.jar to your project.

<dependency>
   <groupId>io.fabric8.jube.images.wildfly</groupId>
   <artifactId>default</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'io.fabric8.jube.images.wildfly', name: 'default', version: '2.0.0'
libraryDependencies += "io.fabric8.jube.images.wildfly" % "default" % "2.0.0"
<dependency org="io.fabric8.jube.images.wildfly" name="default" rev="2.0.0"/>
@Grapes(@Grab(group='io.fabric8.jube.images.wildfly', module='default', version='2.0.0'))
'io.fabric8.jube.images.wildfly:default:jar:2.0.0'

Download

Click the following link to download the jar file.

default-2.0.0-javadoc.jar
default-2.0.0-sources.jar
default-2.0.0.jar
default-2.0.0.pom



Related Tutorials