is not current version
Last Version 1.2

com.github.yamingd:argo-apt 1.1

gradle-apt-plugin refrence from https://github.com/Jimdo/gradle-apt-plugin

GroupId

GroupId

com.github.yamingd
ArtifactId

ArtifactId

argo-apt
Version

Version

1.1
Type

Type

jar

Download argo-apt 1.1


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