c

core

JRebirth Application Framework Reference Implementation
Files download
File Operation
core-8.6.0.jar download
core-8.6.0.pom download
core-8.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jrebirth.af</groupId>
  <artifactId>core</artifactId>
  <version>8.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.jrebirth.af:core:8.6.0'
Gradle Kotlin
implementation("org.jrebirth.af:core:8.6.0")
Scala SBT
libraryDependencies += "org.jrebirth.af" % "core" % "8.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jrebirth.af', module='core', version='8.6.0')
)
Apache Ivy
<dependency org="org.jrebirth.af" name="core" rev="8.6.0" />
Leiningen
[org.jrebirth.af/core "8.6.0"]
Apache Buildr
'org.jrebirth.af:core:jar:8.6.0'