Jar examples for d:donky-core
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.1.0.16 in this page.
MIT License
You can use the following script to add donky-core-2.1.0.16.jar to your project.
<dependency> <groupId>net.donky</groupId> <artifactId>donky-core</artifactId> <version>2.1.0.16</version> </dependency>
compile group: 'net.donky', name: 'donky-core', version: '2.1.0.16'
libraryDependencies += "net.donky" % "donky-core" % "2.1.0.16"
<dependency org="net.donky" name="donky-core" rev="2.1.0.16"/>
@Grapes(@Grab(group='net.donky', module='donky-core', version='2.1.0.16'))
'net.donky:donky-core:jar:2.1.0.16'
Click the following link to download the jar file.
donky-core-2.1.0.16-javadoc.jar