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