is not current version
Last Version 1.9.2

net.redora:core 1.9.1

Implementation of the API and core database access.

Categories

Categories

Net
GroupId

GroupId

net.redora
ArtifactId

ArtifactId

core
Version

Version

1.9.1
Type

Type

jar

Download core 1.9.1


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