GroupId | GroupIdcom.github.chrisgleissner |
---|---|
ArtifactId | ArtifactIdjutil |
Version | Version1.1.4 |
Type | Typepom |
Filename | Size |
---|---|
jutil-1.1.4.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil/ -->
<dependency>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>jutil</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil/
implementation 'com.github.chrisgleissner:jutil:1.1.4'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil/
implementation ("com.github.chrisgleissner:jutil:1.1.4")
'com.github.chrisgleissner:jutil:pom:1.1.4'
<dependency org="com.github.chrisgleissner" name="jutil" rev="1.1.4">
<artifact name="jutil" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='jutil', version='1.1.4')
)
libraryDependencies += "com.github.chrisgleissner" % "jutil" % "1.1.4"
[com.github.chrisgleissner/jutil "1.1.4"]