is not current version
Last Version 8.6.0

org.jrebirth.af:core 8.0.3

JRebirth Application Framework Reference Implementation

GroupId

GroupId

org.jrebirth.af
ArtifactId

ArtifactId

core
Version

Version

8.0.3
Type

Type

jar

Download core 8.0.3


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