Download conversations-1.0.0.jar file - Jar c

Jar examples for c:conversations

Description

Java library to add multiple users conversation mechanism to your app.

You can download jar file conversations 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>io.github.kjens93.conversations</groupId>
   <artifactId>conversations</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'io.github.kjens93.conversations', name: 'conversations', version: '1.0.0'
libraryDependencies += "io.github.kjens93.conversations" % "conversations" % "1.0.0"
<dependency org="io.github.kjens93.conversations" name="conversations" rev="1.0.0"/>
@Grapes(@Grab(group='io.github.kjens93.conversations', module='conversations', version='1.0.0'))
'io.github.kjens93.conversations:conversations:jar:1.0.0'

Download

Click the following link to download the jar file.

conversations-1.0.0-javadoc.jar
conversations-1.0.0-sources.jar
conversations-1.0.0.jar
conversations-1.0.0.pom



Related Tutorials