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