| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.antgroup.antchain.openapi |
| ArtifactId | ArtifactIdantchain-util |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| antchain-util-0.1.3.pom | |
| antchain-util-0.1.3.jar | 8 KB |
| antchain-util-0.1.3-sources.jar | 3 KB |
| antchain-util-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.antgroup.antchain.openapi/antchain-util/
implementation 'com.antgroup.antchain.openapi:antchain-util:0.1.3'
// https://jarcasting.com/artifacts/com.antgroup.antchain.openapi/antchain-util/
implementation ("com.antgroup.antchain.openapi:antchain-util:0.1.3")
'com.antgroup.antchain.openapi:antchain-util:jar:0.1.3'
<dependency org="com.antgroup.antchain.openapi" name="antchain-util" rev="0.1.3">
<artifact name="antchain-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antgroup.antchain.openapi', module='antchain-util', version='0.1.3')
)
libraryDependencies += "com.antgroup.antchain.openapi" % "antchain-util" % "0.1.3"
[com.antgroup.antchain.openapi/antchain-util "0.1.3"]