GroupId | GroupIdfr.jmini.utils |
---|---|
ArtifactId | ArtifactIdpath-order |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
path-order-1.0.0.pom | |
path-order-1.0.0.jar | 7 KB |
path-order-1.0.0-sources.jar | 5 KB |
path-order-1.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.jmini.utils/path-order/ -->
<dependency>
<groupId>fr.jmini.utils</groupId>
<artifactId>path-order</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jmini.utils/path-order/
implementation 'fr.jmini.utils:path-order:1.0.0'
// https://jarcasting.com/artifacts/fr.jmini.utils/path-order/
implementation ("fr.jmini.utils:path-order:1.0.0")
'fr.jmini.utils:path-order:jar:1.0.0'
<dependency org="fr.jmini.utils" name="path-order" rev="1.0.0">
<artifact name="path-order" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jmini.utils', module='path-order', version='1.0.0')
)
libraryDependencies += "fr.jmini.utils" % "path-order" % "1.0.0"
[fr.jmini.utils/path-order "1.0.0"]