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