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