GroupId | GroupIdio.github.eeroom |
---|---|
ArtifactId | ArtifactIdnalu |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
nalu-2.3.pom | |
nalu-2.3-sources.jar | 24 KB |
nalu-2.3-javadoc.jar | 657 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.eeroom/nalu/ -->
<dependency>
<groupId>io.github.eeroom</groupId>
<artifactId>nalu</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.eeroom/nalu/
implementation 'io.github.eeroom:nalu:2.3'
// https://jarcasting.com/artifacts/io.github.eeroom/nalu/
implementation ("io.github.eeroom:nalu:2.3")
'io.github.eeroom:nalu:jar:2.3'
<dependency org="io.github.eeroom" name="nalu" rev="2.3">
<artifact name="nalu" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.eeroom', module='nalu', version='2.3')
)
libraryDependencies += "io.github.eeroom" % "nalu" % "2.3"
[io.github.eeroom/nalu "2.3"]