Download scandium-1.0.0-M3.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.0-M3 in this page.

License

Eclipse Public License - Version 1.0

Build File

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

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

Download

Click the following link to download the jar file.

scandium-1.0.0-M3-javadoc.jar
scandium-1.0.0-M3-sources.jar
scandium-1.0.0-M3.jar
scandium-1.0.0-M3.pom



Related Tutorials