slacklog-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fi.linuxbox.slacklog</groupId>
<artifactId>slacklog-java</artifactId>
<version>0.9.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>fi.linuxbox.slacklog</groupId>
<artifactId>slacklog-java</artifactId>
<version>0.9.6</version>
<name>slacklog-java</name>
<description>Java bindings to the Python SlackLog module</description>
<url>https://github.com/vmj/slacklog-java</url>
<licenses>
<license>
<name>GNU General Public License, version 3</name>
<url>http://www.gnu.org/licenses/gpl-3.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>vmj</id>
<name>Mikko Värri</name>
<email>mikko@varri.fi</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/vmj/slacklog-java.git</connection>
<developerConnection>scm:git@github.com:vmj/slacklog-java.git</developerConnection>
<url>https://github.com/vmj/slacklog-java</url>
</scm>
<dependencies>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>