| GroupId | GroupIdcom.github.kschuetz |
|---|---|
| ArtifactId | ArtifactIdcompound-sort-helpers_2.10 |
| Version | Version1.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kschuetz/compound-sort-helpers_2.10/ -->
<dependency>
<groupId>com.github.kschuetz</groupId>
<artifactId>compound-sort-helpers_2.10</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kschuetz/compound-sort-helpers_2.10/
implementation 'com.github.kschuetz:compound-sort-helpers_2.10:1.0.1'
// https://jarcasting.com/artifacts/com.github.kschuetz/compound-sort-helpers_2.10/
implementation ("com.github.kschuetz:compound-sort-helpers_2.10:1.0.1")
'com.github.kschuetz:compound-sort-helpers_2.10:jar:1.0.1'
<dependency org="com.github.kschuetz" name="compound-sort-helpers_2.10" rev="1.0.1">
<artifact name="compound-sort-helpers_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kschuetz', module='compound-sort-helpers_2.10', version='1.0.1')
)
libraryDependencies += "com.github.kschuetz" % "compound-sort-helpers_2.10" % "1.0.1"
[com.github.kschuetz/compound-sort-helpers_2.10 "1.0.1"]