GroupId | GroupIdcom.github.jnthnclt |
---|---|
ArtifactId | ArtifactIdos.lab.collections |
Version | Version1.10 |
Type | Typejar |
Filename | Size |
---|---|
os.lab.collections-1.10.pom | |
os.lab.collections-1.10.jar | 62 KB |
os.lab.collections-1.10-sources.jar | 29 KB |
os.lab.collections-1.10-javadoc.jar | 207 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnthnclt/os.lab.collections/ -->
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.collections</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnthnclt/os.lab.collections/
implementation 'com.github.jnthnclt:os.lab.collections:1.10'
// https://jarcasting.com/artifacts/com.github.jnthnclt/os.lab.collections/
implementation ("com.github.jnthnclt:os.lab.collections:1.10")
'com.github.jnthnclt:os.lab.collections:jar:1.10'
<dependency org="com.github.jnthnclt" name="os.lab.collections" rev="1.10">
<artifact name="os.lab.collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnthnclt', module='os.lab.collections', version='1.10')
)
libraryDependencies += "com.github.jnthnclt" % "os.lab.collections" % "1.10"
[com.github.jnthnclt/os.lab.collections "1.10"]