GroupId | GroupIdio.github.datenmuehle |
---|---|
ArtifactId | ArtifactIdgerman-holiday |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
german-holiday-1.0.pom | |
german-holiday-1.0.jar | 9 KB |
german-holiday-1.0-sources.jar | 5 KB |
german-holiday-1.0-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.datenmuehle/german-holiday/ -->
<dependency>
<groupId>io.github.datenmuehle</groupId>
<artifactId>german-holiday</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.datenmuehle/german-holiday/
implementation 'io.github.datenmuehle:german-holiday:1.0'
// https://jarcasting.com/artifacts/io.github.datenmuehle/german-holiday/
implementation ("io.github.datenmuehle:german-holiday:1.0")
'io.github.datenmuehle:german-holiday:jar:1.0'
<dependency org="io.github.datenmuehle" name="german-holiday" rev="1.0">
<artifact name="german-holiday" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.datenmuehle', module='german-holiday', version='1.0')
)
libraryDependencies += "io.github.datenmuehle" % "german-holiday" % "1.0"
[io.github.datenmuehle/german-holiday "1.0"]