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