is not current version
Last Version 1.1.11

com.github.chrisgleissner:jutil 1.1.0

Java Utilities

GroupId

GroupId

com.github.chrisgleissner
ArtifactId

ArtifactId

jutil
Version

Version

1.1.0
Type

Type

pom

Download jutil 1.1.0

Filename Size
jutil-1.1.0.pom 10 KB
Browse

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