splog
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>software.uncharted.splog</groupId> <artifactId>splog</artifactId> <version>0.2.0</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>software.uncharted.splog</groupId> <artifactId>splog</artifactId> <version>0.2.0</version> <name>splog</name> <description>Uploads all artifacts belonging to configuration ':archives'</description> <url>https://stash.uncharted.software/projects/FLT/repos/splog</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>smcintyre</id> <name>Sean McIntyre</name> <email>smcintyre@uncharted.software</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/unchartedsoftware/splog.git</connection> <developerConnection>scm:git:git@github.com:unchartedsoftware/splog.git</developerConnection> <url>https://github.com/unchartedsoftware/splog</url> </scm> <dependencies> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.10.19</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>2.2.6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20160810</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.pegdown</groupId> <artifactId>pegdown</artifactId> <version>1.6.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.typesafe</groupId> <artifactId>config</artifactId> <version>1.3.1</version> <scope>compile</scope> </dependency> </dependencies> </project>