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