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