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