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