is not current version
Last Version 1.0.5

org.littleshoot:parent 1.0.2


GroupId

GroupId

org.littleshoot
ArtifactId

ArtifactId

parent
Version

Version

1.0.2
Type

Type

pom

Download parent 1.0.2

Filename Size
parent-1.0.2.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/org.littleshoot/parent/ -->
<dependency>
    <groupId>org.littleshoot</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.littleshoot/parent/
implementation 'org.littleshoot:parent:1.0.2'
// https://jarcasting.com/artifacts/org.littleshoot/parent/
implementation ("org.littleshoot:parent:1.0.2")
'org.littleshoot:parent:pom:1.0.2'
<dependency org="org.littleshoot" name="parent" rev="1.0.2">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.littleshoot', module='parent', version='1.0.2')
)
libraryDependencies += "org.littleshoot" % "parent" % "1.0.2"
[org.littleshoot/parent "1.0.2"]