| GroupId | GroupIdcom.github.gv2011 |
|---|---|
| ArtifactId | ArtifactIdutil |
| Version | Version0.3.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| util-0.3.9.pom | |
| util-0.3.9.jar | 308 KB |
| util-0.3.9-sources.jar | 252 KB |
| util-0.3.9-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/util/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util</artifactId>
<version>0.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/util/
implementation 'com.github.gv2011:util:0.3.9'
// https://jarcasting.com/artifacts/com.github.gv2011/util/
implementation ("com.github.gv2011:util:0.3.9")
'com.github.gv2011:util:jar:0.3.9'
<dependency org="com.github.gv2011" name="util" rev="0.3.9">
<artifact name="util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='util', version='0.3.9')
)
libraryDependencies += "com.github.gv2011" % "util" % "0.3.9"
[com.github.gv2011/util "0.3.9"]