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