Download kiss-1.0.jar file - Jar k

Jar examples for k:kiss

Description

Learing and teaching programming concepts with Java kept simple.

You can download jar file kiss 1.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add kiss-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

kiss-1.0-javadoc.jar
kiss-1.0-sources.jar
kiss-1.0.jar
kiss-1.0.pom



Related Tutorials