is not current version
Last Version 1.0.8

com.gitlab.jhonsapp:util 1.0.6

This project provides useful classes that facilitate the construction of new components.

GroupId

GroupId

com.gitlab.jhonsapp
ArtifactId

ArtifactId

util
Version

Version

1.0.6
Type

Type

jar

Download util 1.0.6


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