s

solon-shortcuts-bundle

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