is not current version
Last Version 0.0.5

com.github.houbb:atc 0.0.3

The atc tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

atc
Version

Version

0.0.3
Type

Type

pom

Download atc 0.0.3

Filename Size
atc-0.0.3.pom 12 KB
Browse

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