GroupId | GroupIdcom.github.nalukit |
---|---|
ArtifactId | ArtifactIdnalu-plugin-elemento |
Version | Version2.10.0 |
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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-elemento/
implementation 'com.github.nalukit:nalu-plugin-elemento:2.10.0'
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-plugin-elemento/
implementation ("com.github.nalukit:nalu-plugin-elemento:2.10.0")
'com.github.nalukit:nalu-plugin-elemento:jar:2.10.0'
<dependency org="com.github.nalukit" name="nalu-plugin-elemento" rev="2.10.0">
<artifact name="nalu-plugin-elemento" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalukit', module='nalu-plugin-elemento', version='2.10.0')
)
libraryDependencies += "com.github.nalukit" % "nalu-plugin-elemento" % "2.10.0"
[com.github.nalukit/nalu-plugin-elemento "2.10.0"]