s

solon-other-bundle3

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