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