a

axcboot

A collection of simple Java back-end components
https://github.com/airxiechao/axcboot
The MIT License (MIT)
Chao Xie
Files download
File Operation
axcboot-0.31.jar download
axcboot-0.31.pom download
axcboot-0.31-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.airxiechao</groupId>
  <artifactId>axcboot</artifactId>
  <version>0.31</version>
</dependency>
Gradle Groovy
implementation 'io.github.airxiechao:axcboot:0.31'
Gradle Kotlin
implementation("io.github.airxiechao:axcboot:0.31")
Scala SBT
libraryDependencies += "io.github.airxiechao" % "axcboot" % "0.31"
Groovy Grape
@Grapes(
  @Grab(group='io.github.airxiechao', module='axcboot', version='0.31')
)
Apache Ivy
<dependency org="io.github.airxiechao" name="axcboot" rev="0.31" />
Leiningen
[io.github.airxiechao/axcboot "0.31"]
Apache Buildr
'io.github.airxiechao:axcboot:jar:0.31'