| GroupId | GroupIdde.focus-shift |
|---|---|
| ArtifactId | ArtifactIdjollyday |
| Version | Version0.6.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jollyday-0.6.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.focus-shift/jollyday/ -->
<dependency>
<groupId>de.focus-shift</groupId>
<artifactId>jollyday</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.focus-shift/jollyday/
implementation 'de.focus-shift:jollyday:0.6.0'
// https://jarcasting.com/artifacts/de.focus-shift/jollyday/
implementation ("de.focus-shift:jollyday:0.6.0")
'de.focus-shift:jollyday:pom:0.6.0'
<dependency org="de.focus-shift" name="jollyday" rev="0.6.0">
<artifact name="jollyday" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.focus-shift', module='jollyday', version='0.6.0')
)
libraryDependencies += "de.focus-shift" % "jollyday" % "0.6.0"
[de.focus-shift/jollyday "0.6.0"]