is not current version
Last Version 1.9.2

net.redora:core 1.4

Implementation of the API and core database access.

Categories

Categories

Net
GroupId

GroupId

net.redora
ArtifactId

ArtifactId

core
Version

Version

1.4
Type

Type

jar

Download core 1.4


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