GroupId | GroupIdcom.github.gv2011 |
---|---|
ArtifactId | ArtifactIdgcol |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
gcol-0.2.1.pom | |
gcol-0.2.1.jar | 32 KB |
gcol-0.2.1-sources.jar | 28 KB |
gcol-0.2.1-javadoc.jar | 372 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/gcol/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>gcol</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/gcol/
implementation 'com.github.gv2011:gcol:0.2.1'
// https://jarcasting.com/artifacts/com.github.gv2011/gcol/
implementation ("com.github.gv2011:gcol:0.2.1")
'com.github.gv2011:gcol:jar:0.2.1'
<dependency org="com.github.gv2011" name="gcol" rev="0.2.1">
<artifact name="gcol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='gcol', version='0.2.1')
)
libraryDependencies += "com.github.gv2011" % "gcol" % "0.2.1"
[com.github.gv2011/gcol "0.2.1"]