GroupId | GroupIdcom.github.jnthnclt |
---|---|
ArtifactId | ArtifactIdos.lab |
Version | Version1.9 |
Type | Typepom |
Filename | Size |
---|---|
os.lab-1.9.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnthnclt/os.lab/ -->
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnthnclt/os.lab/
implementation 'com.github.jnthnclt:os.lab:1.9'
// https://jarcasting.com/artifacts/com.github.jnthnclt/os.lab/
implementation ("com.github.jnthnclt:os.lab:1.9")
'com.github.jnthnclt:os.lab:pom:1.9'
<dependency org="com.github.jnthnclt" name="os.lab" rev="1.9">
<artifact name="os.lab" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jnthnclt', module='os.lab', version='1.9')
)
libraryDependencies += "com.github.jnthnclt" % "os.lab" % "1.9"
[com.github.jnthnclt/os.lab "1.9"]