is not current version
Last Version 0.0.5

com.github.houbb:atc 0.0.2

The atc tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

atc
Version

Version

0.0.2
Type

Type

jar

Download atc 0.0.2


<!-- https://jarcasting.com/artifacts/com.github.houbb/atc/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>atc</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/atc/
implementation 'com.github.houbb:atc:0.0.2'
// https://jarcasting.com/artifacts/com.github.houbb/atc/
implementation ("com.github.houbb:atc:0.0.2")
'com.github.houbb:atc:jar:0.0.2'
<dependency org="com.github.houbb" name="atc" rev="0.0.2">
  <artifact name="atc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='atc', version='0.0.2')
)
libraryDependencies += "com.github.houbb" % "atc" % "0.0.2"
[com.github.houbb/atc "0.0.2"]