Download scandium-1.0.6.jar file - Jar s

Jar examples for s:scandium

Description

A library for exchanging data using DTLS over UDP

You can download jar file scandium 1.0.6 in this page.

License

Eclipse Public License - Version 1.0

Build File

You can use the following script to add scandium-1.0.6.jar to your project.

<dependency>
   <groupId>org.eclipse.californium</groupId>
   <artifactId>scandium</artifactId>
   <version>1.0.6</version>
</dependency>
compile group: 'org.eclipse.californium', name: 'scandium', version: '1.0.6'
libraryDependencies += "org.eclipse.californium" % "scandium" % "1.0.6"
<dependency org="org.eclipse.californium" name="scandium" rev="1.0.6"/>
@Grapes(@Grab(group='org.eclipse.californium', module='scandium', version='1.0.6'))
'org.eclipse.californium:scandium:jar:1.0.6'

Download

Click the following link to download the jar file.

scandium-1.0.6-javadoc.jar
scandium-1.0.6-sources.jar
scandium-1.0.6.jar
scandium-1.0.6.pom



Related Tutorials