is not current version
Last Version 1.0.3

org.littleshoot:util 1.0.2


GroupId

GroupId

org.littleshoot
ArtifactId

ArtifactId

util
Version

Version

1.0.2
Type

Type

jar

Download util 1.0.2


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