Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.Andy-Shao |
ArtifactId | ArtifactIdGear-Maven-Manager |
Version | Version1.0.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
Gear-Maven-Manager-1.0.2.RELEASE.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Andy-Shao/Gear-Maven-Manager/ -->
<dependency>
<groupId>com.github.Andy-Shao</groupId>
<artifactId>Gear-Maven-Manager</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.Andy-Shao/Gear-Maven-Manager/
implementation 'com.github.Andy-Shao:Gear-Maven-Manager:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.Andy-Shao/Gear-Maven-Manager/
implementation ("com.github.Andy-Shao:Gear-Maven-Manager:1.0.2.RELEASE")
'com.github.Andy-Shao:Gear-Maven-Manager:pom:1.0.2.RELEASE'
<dependency org="com.github.Andy-Shao" name="Gear-Maven-Manager" rev="1.0.2.RELEASE">
<artifact name="Gear-Maven-Manager" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.Andy-Shao', module='Gear-Maven-Manager', version='1.0.2.RELEASE')
)
libraryDependencies += "com.github.Andy-Shao" % "Gear-Maven-Manager" % "1.0.2.RELEASE"
[com.github.Andy-Shao/Gear-Maven-Manager "1.0.2.RELEASE"]