is not current version
Last Version 2.0.0

edu.jhu.hlt:utilt 1.0.0

Yet another java utility library.

GroupId

GroupId

edu.jhu.hlt
ArtifactId

ArtifactId

utilt
Version

Version

1.0.0
Type

Type

jar

Download utilt 1.0.0


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