| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.antgroup.antchain.openapi |
| ArtifactId | ArtifactIdantchain-util |
| Version | Version0.1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| antchain-util-0.1.6.pom | |
| antchain-util-0.1.6.jar | 9 KB |
| antchain-util-0.1.6-sources.jar | 4 KB |
| antchain-util-0.1.6-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.antgroup.antchain.openapi/antchain-util/ -->
<dependency>
<groupId>com.antgroup.antchain.openapi</groupId>
<artifactId>antchain-util</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.antgroup.antchain.openapi/antchain-util/
implementation 'com.antgroup.antchain.openapi:antchain-util:0.1.6'
// https://jarcasting.com/artifacts/com.antgroup.antchain.openapi/antchain-util/
implementation ("com.antgroup.antchain.openapi:antchain-util:0.1.6")
'com.antgroup.antchain.openapi:antchain-util:jar:0.1.6'
<dependency org="com.antgroup.antchain.openapi" name="antchain-util" rev="0.1.6">
<artifact name="antchain-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antgroup.antchain.openapi', module='antchain-util', version='0.1.6')
)
libraryDependencies += "com.antgroup.antchain.openapi" % "antchain-util" % "0.1.6"
[com.antgroup.antchain.openapi/antchain-util "0.1.6"]