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