GroupId | GroupIdorg.noear.bundle |
---|---|
ArtifactId | ArtifactIdnami-bundle |
Version | Version1.6.15-m2 |
Type | Typepom |
Filename | Size |
---|---|
nami-bundle-1.6.15-m2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.noear.bundle/nami-bundle/ -->
<dependency>
<groupId>org.noear.bundle</groupId>
<artifactId>nami-bundle</artifactId>
<version>1.6.15-m2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.noear.bundle/nami-bundle/
implementation 'org.noear.bundle:nami-bundle:1.6.15-m2'
// https://jarcasting.com/artifacts/org.noear.bundle/nami-bundle/
implementation ("org.noear.bundle:nami-bundle:1.6.15-m2")
'org.noear.bundle:nami-bundle:pom:1.6.15-m2'
<dependency org="org.noear.bundle" name="nami-bundle" rev="1.6.15-m2">
<artifact name="nami-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.noear.bundle', module='nami-bundle', version='1.6.15-m2')
)
libraryDependencies += "org.noear.bundle" % "nami-bundle" % "1.6.15-m2"
[org.noear.bundle/nami-bundle "1.6.15-m2"]