| GroupId | GroupIdde.hirola |
|---|---|
| ArtifactId | ArtifactIdsports-library |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sports-library-0.0.2.pom | |
| sports-library-0.0.2.jar | 51 KB |
| sports-library-0.0.2-sources.jar | 35 KB |
| sports-library-0.0.2-javadoc.jar | 614 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.hirola/sports-library/ -->
<dependency>
<groupId>de.hirola</groupId>
<artifactId>sports-library</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.hirola/sports-library/
implementation 'de.hirola:sports-library:0.0.2'
// https://jarcasting.com/artifacts/de.hirola/sports-library/
implementation ("de.hirola:sports-library:0.0.2")
'de.hirola:sports-library:jar:0.0.2'
<dependency org="de.hirola" name="sports-library" rev="0.0.2">
<artifact name="sports-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hirola', module='sports-library', version='0.0.2')
)
libraryDependencies += "de.hirola" % "sports-library" % "0.0.2"
[de.hirola/sports-library "0.0.2"]