| Title: |
templateProject |
| Group ID: |
org.webpieces |
| Artifact ID: |
templateProject |
| Version: |
2.0.3 |
| Last modified: |
15.10.2019 16:21 |
| Packaging: |
jar |
| Name: |
templateProject |
| Description: |
testing this out |
| URL: |
https://github.com/${github_org}/${project_name} |
| License: |
The Apache License, Version 2.0 |
| Source: |
https://github.com/deanhiller/webpieces.git |
| Developers: |
Dean Hiller |
|
|
| Size: |
1.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/webpieces/templateProject/2.0.3/templateProject-2.0.3.jar |
| POM: |
Show
hide
<?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>org.webpieces</groupId>
<artifactId>templateProject</artifactId>
<version>2.0.3</version>
<name>templateProject</name>
<description>testing this out</description>
<url>https://github.com/${github_org}/${project_name}</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>dhiller</id>
<name>Dean Hiller</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/deanhiller/webpieces.git</connection>
<developerConnection>scm:git:git@github.com:deanhiller/webpieces.git</developerConnection>
<url>https://github.com/deanhiller/webpieces.git</url>
</scm>
<dependencies>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>templateProject</artifactId>
<version>2.0.3</version>
</dependency>
|
| Gradle: |
org.webpieces:templateProject:2.0.3 |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|