License |
License |
---|---|
GroupId | GroupIdcom.github.yamingd |
ArtifactId | ArtifactIdargo-apt |
Version | Version1.2 |
Type | Typejar |
Description |
Descriptionargo-apt
gradle-apt-plugin refrence from https://github.com/Jimdo/gradle-apt-plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
argo-apt-1.2.pom | |
argo-apt-1.2.jar | 14 KB |
argo-apt-1.2-sources.jar | 2 KB |
argo-apt-1.2-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yamingd/argo-apt/ -->
<dependency>
<groupId>com.github.yamingd</groupId>
<artifactId>argo-apt</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yamingd/argo-apt/
implementation 'com.github.yamingd:argo-apt:1.2'
// https://jarcasting.com/artifacts/com.github.yamingd/argo-apt/
implementation ("com.github.yamingd:argo-apt:1.2")
'com.github.yamingd:argo-apt:jar:1.2'
<dependency org="com.github.yamingd" name="argo-apt" rev="1.2">
<artifact name="argo-apt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yamingd', module='argo-apt', version='1.2')
)
libraryDependencies += "com.github.yamingd" % "argo-apt" % "1.2"
[com.github.yamingd/argo-apt "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.3.11 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.0-groovy-2.3 |