is not current version
Last Version 1.0.8

com.gitlab.jhonsapp:util 1.0.4

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

GroupId

GroupId

com.gitlab.jhonsapp
ArtifactId

ArtifactId

util
Version

Version

1.0.4
Type

Type

jar

Download util 1.0.4


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