Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.codeplex.wsitbt |
ArtifactId | ArtifactIdwsit-ant-tasks |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
wsit-ant-tasks-1.0.4.pom | |
wsit-ant-tasks-1.0.4.jar | 23 KB |
wsit-ant-tasks-1.0.4-sources.jar | 19 KB |
wsit-ant-tasks-1.0.4-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeplex.wsitbt/wsit-ant-tasks/ -->
<dependency>
<groupId>com.codeplex.wsitbt</groupId>
<artifactId>wsit-ant-tasks</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeplex.wsitbt/wsit-ant-tasks/
implementation 'com.codeplex.wsitbt:wsit-ant-tasks:1.0.4'
// https://jarcasting.com/artifacts/com.codeplex.wsitbt/wsit-ant-tasks/
implementation ("com.codeplex.wsitbt:wsit-ant-tasks:1.0.4")
'com.codeplex.wsitbt:wsit-ant-tasks:jar:1.0.4'
<dependency org="com.codeplex.wsitbt" name="wsit-ant-tasks" rev="1.0.4">
<artifact name="wsit-ant-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeplex.wsitbt', module='wsit-ant-tasks', version='1.0.4')
)
libraryDependencies += "com.codeplex.wsitbt" % "wsit-ant-tasks" % "1.0.4"
[com.codeplex.wsitbt/wsit-ant-tasks "1.0.4"]