GroupId | GroupIdcom.github.ichelon |
---|---|
ArtifactId | ArtifactIdframework-tools |
Version | Version0.0.4.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
framework-tools-0.0.4.RELEASE.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ichelon/framework-tools/ -->
<dependency>
<groupId>com.github.ichelon</groupId>
<artifactId>framework-tools</artifactId>
<version>0.0.4.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ichelon/framework-tools/
implementation 'com.github.ichelon:framework-tools:0.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.github.ichelon/framework-tools/
implementation ("com.github.ichelon:framework-tools:0.0.4.RELEASE")
'com.github.ichelon:framework-tools:pom:0.0.4.RELEASE'
<dependency org="com.github.ichelon" name="framework-tools" rev="0.0.4.RELEASE">
<artifact name="framework-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ichelon', module='framework-tools', version='0.0.4.RELEASE')
)
libraryDependencies += "com.github.ichelon" % "framework-tools" % "0.0.4.RELEASE"
[com.github.ichelon/framework-tools "0.0.4.RELEASE"]