GroupId | GroupIdcom.webank.defibus |
---|---|
ArtifactId | ArtifactIddefibus-tools |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
defibus-tools-1.0.0.pom | |
defibus-tools-1.0.0.jar | 1 KB |
defibus-tools-1.0.0-sources.jar | 1 KB |
defibus-tools-1.0.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.webank.defibus/defibus-tools/ -->
<dependency>
<groupId>com.webank.defibus</groupId>
<artifactId>defibus-tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.webank.defibus/defibus-tools/
implementation 'com.webank.defibus:defibus-tools:1.0.0'
// https://jarcasting.com/artifacts/com.webank.defibus/defibus-tools/
implementation ("com.webank.defibus:defibus-tools:1.0.0")
'com.webank.defibus:defibus-tools:jar:1.0.0'
<dependency org="com.webank.defibus" name="defibus-tools" rev="1.0.0">
<artifact name="defibus-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webank.defibus', module='defibus-tools', version='1.0.0')
)
libraryDependencies += "com.webank.defibus" % "defibus-tools" % "1.0.0"
[com.webank.defibus/defibus-tools "1.0.0"]