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