b

bootstrap-business

文件下载
文件名 操作
bootstrap-business-3.1.15.jar 下载
bootstrap-business-3.1.15.pom 下载
bootstrap-business-3.1.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ligoj.bootstrap</groupId>
  <artifactId>bootstrap-business</artifactId>
  <version>3.1.15</version>
</dependency>
Gradle Groovy
implementation 'org.ligoj.bootstrap:bootstrap-business:3.1.15'
Gradle Kotlin
implementation("org.ligoj.bootstrap:bootstrap-business:3.1.15")
Scala SBT
libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-business" % "3.1.15"
Groovy Grape
@Grapes(
  @Grab(group='org.ligoj.bootstrap', module='bootstrap-business', version='3.1.15')
)
Apache Ivy
<dependency org="org.ligoj.bootstrap" name="bootstrap-business" rev="3.1.15" />
Leiningen
[org.ligoj.bootstrap/bootstrap-business "3.1.15"]
Apache Buildr
'org.ligoj.bootstrap:bootstrap-business:jar:3.1.15'