s

solon-other-bundle2

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