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