Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.shoothzj |
ArtifactId | ArtifactIdjava-dependency |
Version | Version2.0.1.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
java-dependency-2.0.1.RELEASE.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/java-dependency/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>java-dependency</artifactId>
<version>2.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/java-dependency/
implementation 'com.github.shoothzj:java-dependency:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/java-dependency/
implementation ("com.github.shoothzj:java-dependency:2.0.1.RELEASE")
'com.github.shoothzj:java-dependency:pom:2.0.1.RELEASE'
<dependency org="com.github.shoothzj" name="java-dependency" rev="2.0.1.RELEASE">
<artifact name="java-dependency" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='java-dependency', version='2.0.1.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "java-dependency" % "2.0.1.RELEASE"
[com.github.shoothzj/java-dependency "2.0.1.RELEASE"]