GroupId | GroupIdcom.github.muff1nman.chameleon |
---|---|
ArtifactId | ArtifactIdchameleon-parent |
Version | Version1.2.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
chameleon-parent-1.2.0-RELEASE.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.muff1nman.chameleon/chameleon-parent/ -->
<dependency>
<groupId>com.github.muff1nman.chameleon</groupId>
<artifactId>chameleon-parent</artifactId>
<version>1.2.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.muff1nman.chameleon/chameleon-parent/
implementation 'com.github.muff1nman.chameleon:chameleon-parent:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.muff1nman.chameleon/chameleon-parent/
implementation ("com.github.muff1nman.chameleon:chameleon-parent:1.2.0-RELEASE")
'com.github.muff1nman.chameleon:chameleon-parent:pom:1.2.0-RELEASE'
<dependency org="com.github.muff1nman.chameleon" name="chameleon-parent" rev="1.2.0-RELEASE">
<artifact name="chameleon-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.muff1nman.chameleon', module='chameleon-parent', version='1.2.0-RELEASE')
)
libraryDependencies += "com.github.muff1nman.chameleon" % "chameleon-parent" % "1.2.0-RELEASE"
[com.github.muff1nman.chameleon/chameleon-parent "1.2.0-RELEASE"]