Download dandelion-core-1.1.1.jar file - Jar d

Jar examples for d:dandelion-core

Description

Dandelion Core module providing all APIs and standard implementations.

You can download jar file dandelion-core 1.1.1 in this page.

Build File

You can use the following script to add dandelion-core-1.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

dandelion-core-1.1.1-javadoc.jar
dandelion-core-1.1.1-sources.jar
dandelion-core-1.1.1.jar
dandelion-core-1.1.1.pom



Related Tutorials