GroupId | GroupIdcom.github.jnthnclt |
---|---|
ArtifactId | ArtifactIdos.lab.base |
Version | Version1.12.0 |
Type | Typejar |
Filename | Size |
---|---|
os.lab.base-1.12.0.pom | |
os.lab.base-1.12.0.jar | 61 KB |
os.lab.base-1.12.0-sources.jar | 38 KB |
os.lab.base-1.12.0-javadoc.jar | 295 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.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnthnclt/os.lab.base/
implementation 'com.github.jnthnclt:os.lab.base:1.12.0'
// https://jarcasting.com/artifacts/com.github.jnthnclt/os.lab.base/
implementation ("com.github.jnthnclt:os.lab.base:1.12.0")
'com.github.jnthnclt:os.lab.base:jar:1.12.0'
<dependency org="com.github.jnthnclt" name="os.lab.base" rev="1.12.0">
<artifact name="os.lab.base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnthnclt', module='os.lab.base', version='1.12.0')
)
libraryDependencies += "com.github.jnthnclt" % "os.lab.base" % "1.12.0"
[com.github.jnthnclt/os.lab.base "1.12.0"]