| License |
License |
|---|---|
| GroupId | GroupIdorg.littleshoot |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionLittleShoot Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project OrganizationLittleShoot |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-1.0.5.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.littleshoot/parent/ -->
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>parent</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.littleshoot/parent/
implementation 'org.littleshoot:parent:1.0.5'
// https://jarcasting.com/artifacts/org.littleshoot/parent/
implementation ("org.littleshoot:parent:1.0.5")
'org.littleshoot:parent:pom:1.0.5'
<dependency org="org.littleshoot" name="parent" rev="1.0.5">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.littleshoot', module='parent', version='1.0.5')
)
libraryDependencies += "org.littleshoot" % "parent" % "1.0.5"
[org.littleshoot/parent "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
| org.slf4j : slf4j-api | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |