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