GroupId | GroupIdfr.matthieu-vergne |
---|---|
ArtifactId | ArtifactIddownhill-core |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
downhill-core-1.1.pom | |
downhill-core-1.1.jar | 3 KB |
downhill-core-1.1-sources.jar | 2 KB |
downhill-core-1.1-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/downhill-core/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>downhill-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/downhill-core/
implementation 'fr.matthieu-vergne:downhill-core:1.1'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/downhill-core/
implementation ("fr.matthieu-vergne:downhill-core:1.1")
'fr.matthieu-vergne:downhill-core:jar:1.1'
<dependency org="fr.matthieu-vergne" name="downhill-core" rev="1.1">
<artifact name="downhill-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='downhill-core', version='1.1')
)
libraryDependencies += "fr.matthieu-vergne" % "downhill-core" % "1.1"
[fr.matthieu-vergne/downhill-core "1.1"]