| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.offbynull.coroutines |
| ArtifactId | ArtifactIdant-plugin |
| Version | Version1.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ant-plugin-1.4.2.pom | |
| ant-plugin-1.4.2.jar | 5 KB |
| ant-plugin-1.4.2-sources.jar | 5 KB |
| ant-plugin-1.4.2-shaded.jar | 2 MB |
| ant-plugin-1.4.2-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.offbynull.coroutines/ant-plugin/ -->
<dependency>
<groupId>com.offbynull.coroutines</groupId>
<artifactId>ant-plugin</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.offbynull.coroutines/ant-plugin/
implementation 'com.offbynull.coroutines:ant-plugin:1.4.2'
// https://jarcasting.com/artifacts/com.offbynull.coroutines/ant-plugin/
implementation ("com.offbynull.coroutines:ant-plugin:1.4.2")
'com.offbynull.coroutines:ant-plugin:jar:1.4.2'
<dependency org="com.offbynull.coroutines" name="ant-plugin" rev="1.4.2">
<artifact name="ant-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.offbynull.coroutines', module='ant-plugin', version='1.4.2')
)
libraryDependencies += "com.offbynull.coroutines" % "ant-plugin" % "1.4.2"
[com.offbynull.coroutines/ant-plugin "1.4.2"]