License |
License |
---|---|
GroupId | GroupIdnl.thanus |
ArtifactId | ArtifactIdreboot-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionThe core refactoring functionality of ReBoot
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reboot-core-1.0.0.pom | |
reboot-core-1.0.0.jar | 60 KB |
reboot-core-1.0.0-sources.jar | 9 KB |
reboot-core-1.0.0-javadoc.jar | 40 KB |
reboot-core-1.0.0-jar-with-dependencies.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.thanus/reboot-core/ -->
<dependency>
<groupId>nl.thanus</groupId>
<artifactId>reboot-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.thanus/reboot-core/
implementation 'nl.thanus:reboot-core:1.0.0'
// https://jarcasting.com/artifacts/nl.thanus/reboot-core/
implementation ("nl.thanus:reboot-core:1.0.0")
'nl.thanus:reboot-core:jar:1.0.0'
<dependency org="nl.thanus" name="reboot-core" rev="1.0.0">
<artifact name="reboot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.thanus', module='reboot-core', version='1.0.0')
)
libraryDependencies += "nl.thanus" % "reboot-core" % "1.0.0"
[nl.thanus/reboot-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.javaparser : javaparser-symbol-solver-core | jar | 3.16.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |
io.github.microutils : kotlin-logging | jar | 1.12.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.github.ajalt : clikt | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.10 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
org.assertj : assertj-core | jar | 3.17.2 |
io.mockk : mockk | jar | 1.10.0 |