Files download
File Operation
framework-core-2.0.2.RELEASE.jar download
framework-core-2.0.2.RELEASE.pom download
framework-core-2.0.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ichelon</groupId>
  <artifactId>framework-core</artifactId>
  <version>2.0.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.ichelon:framework-core:2.0.2.RELEASE'
Gradle Kotlin
implementation("com.github.ichelon:framework-core:2.0.2.RELEASE")
Scala SBT
libraryDependencies += "com.github.ichelon" % "framework-core" % "2.0.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ichelon', module='framework-core', version='2.0.2.RELEASE')
)
Apache Ivy
<dependency org="com.github.ichelon" name="framework-core" rev="2.0.2.RELEASE" />
Leiningen
[com.github.ichelon/framework-core "2.0.2.RELEASE"]
Apache Buildr
'com.github.ichelon:framework-core:jar:2.0.2.RELEASE'