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