License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.google.testability-explorer |
ArtifactId | ArtifactIdant-task |
Last Version | Last Version1.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestability Explorer - Ant task
Provides an ant task to execute testability explorer.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ant-task-1.3.3.pom | |
ant-task-1.3.3.jar | 9 KB |
ant-task-1.3.3-sources.jar | 4 KB |
ant-task-1.3.3-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.testability-explorer/ant-task/ -->
<dependency>
<groupId>com.google.testability-explorer</groupId>
<artifactId>ant-task</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.testability-explorer/ant-task/
implementation 'com.google.testability-explorer:ant-task:1.3.3'
// https://jarcasting.com/artifacts/com.google.testability-explorer/ant-task/
implementation ("com.google.testability-explorer:ant-task:1.3.3")
'com.google.testability-explorer:ant-task:jar:1.3.3'
<dependency org="com.google.testability-explorer" name="ant-task" rev="1.3.3">
<artifact name="ant-task" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.testability-explorer', module='ant-task', version='1.3.3')
)
libraryDependencies += "com.google.testability-explorer" % "ant-task" % "1.3.3"
[com.google.testability-explorer/ant-task "1.3.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.testability-explorer : testability-explorer | jar | 1.3.3 |
org.apache.ant : ant | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |