Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.sf.expectit |
ArtifactId | ArtifactIdexpectit-ant |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
expectit-ant-0.7.0.pom | |
expectit-ant-0.7.0.jar | 71 KB |
expectit-ant-0.7.0-sources.jar | 32 KB |
expectit-ant-0.7.0-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.expectit/expectit-ant/ -->
<dependency>
<groupId>net.sf.expectit</groupId>
<artifactId>expectit-ant</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.expectit/expectit-ant/
implementation 'net.sf.expectit:expectit-ant:0.7.0'
// https://jarcasting.com/artifacts/net.sf.expectit/expectit-ant/
implementation ("net.sf.expectit:expectit-ant:0.7.0")
'net.sf.expectit:expectit-ant:jar:0.7.0'
<dependency org="net.sf.expectit" name="expectit-ant" rev="0.7.0">
<artifact name="expectit-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.expectit', module='expectit-ant', version='0.7.0')
)
libraryDependencies += "net.sf.expectit" % "expectit-ant" % "0.7.0"
[net.sf.expectit/expectit-ant "0.7.0"]