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