GroupId | GroupIdcom.github.nalukit |
---|---|
ArtifactId | ArtifactIdnalu-plugin-elemental2 |
Version | Version2.0.0-rc-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-elemental2/ -->
<dependency>
<groupId>com.github.nalukit</groupId>
<artifactId>nalu-plugin-elemental2</artifactId>
<version>2.0.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-elemental2/
implementation 'com.github.nalukit:nalu-plugin-elemental2:2.0.0-rc-1'
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-elemental2/
implementation ("com.github.nalukit:nalu-plugin-elemental2:2.0.0-rc-1")
'com.github.nalukit:nalu-plugin-elemental2:jar:2.0.0-rc-1'
<dependency org="com.github.nalukit" name="nalu-plugin-elemental2" rev="2.0.0-rc-1">
<artifact name="nalu-plugin-elemental2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalukit', module='nalu-plugin-elemental2', version='2.0.0-rc-1')
)
libraryDependencies += "com.github.nalukit" % "nalu-plugin-elemental2" % "2.0.0-rc-1"
[com.github.nalukit/nalu-plugin-elemental2 "2.0.0-rc-1"]