| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools | 
| GroupId | GroupIdcom.oliphantllc | 
| ArtifactId | ArtifactIdxmlc-taskdef | 
| Last Version | Last Version2.2.12 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionxmlc-taskdef old 2002 version of xmlc-xmlc-taskdef | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| xmlc-taskdef-2.2.12.pom | |
| xmlc-taskdef-2.2.12.jar | 20 KB | 
| xmlc-taskdef-2.2.12-sources.jar | 544 KB | 
| xmlc-taskdef-2.2.12-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.oliphantllc/xmlc-taskdef/ -->
<dependency>
    <groupId>com.oliphantllc</groupId>
    <artifactId>xmlc-taskdef</artifactId>
    <version>2.2.12</version>
</dependency>// https://jarcasting.com/artifacts/com.oliphantllc/xmlc-taskdef/
implementation 'com.oliphantllc:xmlc-taskdef:2.2.12'// https://jarcasting.com/artifacts/com.oliphantllc/xmlc-taskdef/
implementation ("com.oliphantllc:xmlc-taskdef:2.2.12")'com.oliphantllc:xmlc-taskdef:jar:2.2.12'<dependency org="com.oliphantllc" name="xmlc-taskdef" rev="2.2.12">
  <artifact name="xmlc-taskdef" type="jar" />
</dependency>@Grapes(
@Grab(group='com.oliphantllc', module='xmlc-taskdef', version='2.2.12')
)libraryDependencies += "com.oliphantllc" % "xmlc-taskdef" % "2.2.12"[com.oliphantllc/xmlc-taskdef "2.2.12"]