is not current version
Last Version 3.1.0.RELEASE

com.github.ichelon:framework-core 1.0.1.RELEASE

Framework Code

GroupId

GroupId

com.github.ichelon
ArtifactId

ArtifactId

framework-core
Version

Version

1.0.1.RELEASE
Type

Type

jar

Download framework-core 1.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.ichelon/framework-core/ -->
<dependency>
    <groupId>com.github.ichelon</groupId>
    <artifactId>framework-core</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ichelon/framework-core/
implementation 'com.github.ichelon:framework-core:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.ichelon/framework-core/
implementation ("com.github.ichelon:framework-core:1.0.1.RELEASE")
'com.github.ichelon:framework-core:jar:1.0.1.RELEASE'
<dependency org="com.github.ichelon" name="framework-core" rev="1.0.1.RELEASE">
  <artifact name="framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ichelon', module='framework-core', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.ichelon" % "framework-core" % "1.0.1.RELEASE"
[com.github.ichelon/framework-core "1.0.1.RELEASE"]