GroupId | GroupIdcom.github.nalukit |
---|---|
ArtifactId | ArtifactIdnalu |
Version | Version2.4.0-gwt-2.8.2 |
Type | Typejar |
Filename | Size |
---|---|
nalu-2.4.0-gwt-2.8.2.pom | |
nalu-2.4.0-gwt-2.8.2.jar | 320 KB |
nalu-2.4.0-gwt-2.8.2-sources.jar | 162 KB |
nalu-2.4.0-gwt-2.8.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nalukit/nalu/ -->
<dependency>
<groupId>com.github.nalukit</groupId>
<artifactId>nalu</artifactId>
<version>2.4.0-gwt-2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalukit/nalu/
implementation 'com.github.nalukit:nalu:2.4.0-gwt-2.8.2'
// https://jarcasting.com/artifacts/com.github.nalukit/nalu/
implementation ("com.github.nalukit:nalu:2.4.0-gwt-2.8.2")
'com.github.nalukit:nalu:jar:2.4.0-gwt-2.8.2'
<dependency org="com.github.nalukit" name="nalu" rev="2.4.0-gwt-2.8.2">
<artifact name="nalu" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalukit', module='nalu', version='2.4.0-gwt-2.8.2')
)
libraryDependencies += "com.github.nalukit" % "nalu" % "2.4.0-gwt-2.8.2"
[com.github.nalukit/nalu "2.4.0-gwt-2.8.2"]