is not current version
Last Version 8.6.0

org.jrebirth.af:core 8.0.1

JRebirth Application Framework Reference Implementation

GroupId

GroupId

org.jrebirth.af
ArtifactId

ArtifactId

core
Version

Version

8.0.1
Type

Type

jar

Download core 8.0.1


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