License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.codehaus.mojo |
ArtifactId | ArtifactIdjava-boot-classpath-detector |
Last Version | Last Version1.21 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava boot classpath detector
Queries a java home in order to find its boot class path.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/java-boot-classpath-detector/ -->
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>java-boot-classpath-detector</artifactId>
<version>1.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo/java-boot-classpath-detector/
implementation 'org.codehaus.mojo:java-boot-classpath-detector:1.21'
// https://jarcasting.com/artifacts/org.codehaus.mojo/java-boot-classpath-detector/
implementation ("org.codehaus.mojo:java-boot-classpath-detector:1.21")
'org.codehaus.mojo:java-boot-classpath-detector:jar:1.21'
<dependency org="org.codehaus.mojo" name="java-boot-classpath-detector" rev="1.21">
<artifact name="java-boot-classpath-detector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo', module='java-boot-classpath-detector', version='1.21')
)
libraryDependencies += "org.codehaus.mojo" % "java-boot-classpath-detector" % "1.21"
[org.codehaus.mojo/java-boot-classpath-detector "1.21"]