Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdant-contrib |
ArtifactId | ArtifactIdcpptasks |
Last Version | Last Version20030309.134440 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
cpptasks-20030309.134440.pom | |
cpptasks-20030309.134440.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ant-contrib/cpptasks/ -->
<dependency>
<groupId>ant-contrib</groupId>
<artifactId>cpptasks</artifactId>
<version>20030309.134440</version>
</dependency>
// https://jarcasting.com/artifacts/ant-contrib/cpptasks/
implementation 'ant-contrib:cpptasks:20030309.134440'
// https://jarcasting.com/artifacts/ant-contrib/cpptasks/
implementation ("ant-contrib:cpptasks:20030309.134440")
'ant-contrib:cpptasks:jar:20030309.134440'
<dependency org="ant-contrib" name="cpptasks" rev="20030309.134440">
<artifact name="cpptasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='ant-contrib', module='cpptasks', version='20030309.134440')
)
libraryDependencies += "ant-contrib" % "cpptasks" % "20030309.134440"
[ant-contrib/cpptasks "20030309.134440"]