is not current version
Last Version 1.1.11

com.github.chrisgleissner:jutil 1.0.1

Java Utilities

GroupId

GroupId

com.github.chrisgleissner
ArtifactId

ArtifactId

jutil
Version

Version

1.0.1
Type

Type

pom

Download jutil 1.0.1

Filename Size
jutil-1.0.1.pom 10 KB
Browse

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