b

bootstrap-business-test

Files download
File Operation
bootstrap-business-test-2.8.11.jar download
bootstrap-business-test-2.8.11.pom download
bootstrap-business-test-2.8.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ligoj.bootstrap</groupId>
  <artifactId>bootstrap-business-test</artifactId>
  <version>2.8.11</version>
</dependency>
Gradle Groovy
implementation 'org.ligoj.bootstrap:bootstrap-business-test:2.8.11'
Gradle Kotlin
implementation("org.ligoj.bootstrap:bootstrap-business-test:2.8.11")
Scala SBT
libraryDependencies += "org.ligoj.bootstrap" % "bootstrap-business-test" % "2.8.11"
Groovy Grape
@Grapes(
  @Grab(group='org.ligoj.bootstrap', module='bootstrap-business-test', version='2.8.11')
)
Apache Ivy
<dependency org="org.ligoj.bootstrap" name="bootstrap-business-test" rev="2.8.11" />
Leiningen
[org.ligoj.bootstrap/bootstrap-business-test "2.8.11"]
Apache Buildr
'org.ligoj.bootstrap:bootstrap-business-test:jar:2.8.11'