s

solon-plugin2-bundle

Files download
File Operation
solon-plugin2-bundle-1.10.10.pom download
Apache Maven
<dependency>
  <groupId>org.noear.bundle</groupId>
  <artifactId>solon-plugin2-bundle</artifactId>
  <version>1.10.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.noear.bundle:solon-plugin2-bundle:1.10.10'
Gradle Kotlin
implementation("org.noear.bundle:solon-plugin2-bundle:1.10.10")
Scala SBT
libraryDependencies += "org.noear.bundle" % "solon-plugin2-bundle" % "1.10.10"
Groovy Grape
@Grapes(
  @Grab(group='org.noear.bundle', module='solon-plugin2-bundle', version='1.10.10')
)
Apache Ivy
<dependency org="org.noear.bundle" name="solon-plugin2-bundle" rev="1.10.10" />
Leiningen
[org.noear.bundle/solon-plugin2-bundle "1.10.10"]
Apache Buildr
'org.noear.bundle:solon-plugin2-bundle:jar:1.10.10'