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