Download soklet-1.1.0.jar file - Jar s

Jar examples for s:soklet

Description

Soklet is a minimalist infrastructure for Java webapps and microservices.

You can download jar file soklet 1.1.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add soklet-1.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

soklet-1.1.0-javadoc.jar
soklet-1.1.0-sources.jar
soklet-1.1.0.jar
soklet-1.1.0.pom



Related Tutorials