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