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