| GroupId | GroupIdnl.thanus |
|---|---|
| ArtifactId | ArtifactIdreboot-parent |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reboot-parent-0.1.0.pom | 11 KB |
| reboot-parent-0.1.0-sources.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.thanus/reboot-parent/ -->
<dependency>
<groupId>nl.thanus</groupId>
<artifactId>reboot-parent</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.thanus/reboot-parent/
implementation 'nl.thanus:reboot-parent:0.1.0'
// https://jarcasting.com/artifacts/nl.thanus/reboot-parent/
implementation ("nl.thanus:reboot-parent:0.1.0")
'nl.thanus:reboot-parent:jar:0.1.0'
<dependency org="nl.thanus" name="reboot-parent" rev="0.1.0">
<artifact name="reboot-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.thanus', module='reboot-parent', version='0.1.0')
)
libraryDependencies += "nl.thanus" % "reboot-parent" % "0.1.0"
[nl.thanus/reboot-parent "0.1.0"]