s

solon-plugin-data-bundle

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