b

bootstrap-business-parent

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