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