Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.workday |
ArtifactId | ArtifactIdautoparse-xml |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
autoparse-xml-1.0.pom | |
autoparse-xml-1.0.jar | 30 KB |
autoparse-xml-1.0-sources.jar | 26 KB |
autoparse-xml-1.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.workday/autoparse-xml/ -->
<dependency>
<groupId>com.workday</groupId>
<artifactId>autoparse-xml</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.workday/autoparse-xml/
implementation 'com.workday:autoparse-xml:1.0'
// https://jarcasting.com/artifacts/com.workday/autoparse-xml/
implementation ("com.workday:autoparse-xml:1.0")
'com.workday:autoparse-xml:jar:1.0'
<dependency org="com.workday" name="autoparse-xml" rev="1.0">
<artifact name="autoparse-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.workday', module='autoparse-xml', version='1.0')
)
libraryDependencies += "com.workday" % "autoparse-xml" % "1.0"
[com.workday/autoparse-xml "1.0"]