Categories |
CategoriesAuto Application Layer Libs Code Generators JSON Data |
---|---|
GroupId | GroupIdcom.workday |
ArtifactId | ArtifactIdautoparse-json-processor |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.workday/autoparse-json-processor/ -->
<dependency>
<groupId>com.workday</groupId>
<artifactId>autoparse-json-processor</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.workday/autoparse-json-processor/
implementation 'com.workday:autoparse-json-processor:0.2'
// https://jarcasting.com/artifacts/com.workday/autoparse-json-processor/
implementation ("com.workday:autoparse-json-processor:0.2")
'com.workday:autoparse-json-processor:jar:0.2'
<dependency org="com.workday" name="autoparse-json-processor" rev="0.2">
<artifact name="autoparse-json-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.workday', module='autoparse-json-processor', version='0.2')
)
libraryDependencies += "com.workday" % "autoparse-json-processor" % "0.2"
[com.workday/autoparse-json-processor "0.2"]