is not current version
Last Version 0.1.1

com.kotcrab.nyx:nyx-core 0.1.0

Nyx core library

GroupId

GroupId

com.kotcrab.nyx
ArtifactId

ArtifactId

nyx-core
Version

Version

0.1.0
Type

Type

jar

Download nyx-core 0.1.0


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