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