GroupId | GroupIdcom.gitlab.jhonsapp |
---|---|
ArtifactId | ArtifactIdutil |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
util-1.0.2.pom | |
util-1.0.2.jar | 9 KB |
util-1.0.2-sources.jar | 7 KB |
util-1.0.2-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.jhonsapp/util/ -->
<dependency>
<groupId>com.gitlab.jhonsapp</groupId>
<artifactId>util</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/util/
implementation 'com.gitlab.jhonsapp:util:1.0.2'
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/util/
implementation ("com.gitlab.jhonsapp:util:1.0.2")
'com.gitlab.jhonsapp:util:jar:1.0.2'
<dependency org="com.gitlab.jhonsapp" name="util" rev="1.0.2">
<artifact name="util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.jhonsapp', module='util', version='1.0.2')
)
libraryDependencies += "com.gitlab.jhonsapp" % "util" % "1.0.2"
[com.gitlab.jhonsapp/util "1.0.2"]