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