Download donky-core-2.4.0.0.jar file - Jar d

Jar examples for d:donky-core

Description

Provides the basics of any Donky integration into your apps. The Core SDK is responsible for handling: registration onto the Donky Network, control of User and Device registration details, sending and receiving content & data.

You can download jar file donky-core 2.4.0.0 in this page.

License

MIT License

Build File

You can use the following script to add donky-core-2.4.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

donky-core-2.4.0.0-javadoc.jar
donky-core-2.4.0.0-sources.jar
donky-core-2.4.0.0.pom



Related Tutorials