GroupId | GroupIdorg.elastos.ela |
---|---|
ArtifactId | ArtifactIdela_tool |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
ela_tool-0.0.6.pom | |
ela_tool-0.0.6.jar | 113 KB |
ela_tool-0.0.6-sources.jar | 66 KB |
ela_tool-0.0.6-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elastos.ela/ela_tool/ -->
<dependency>
<groupId>org.elastos.ela</groupId>
<artifactId>ela_tool</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.elastos.ela/ela_tool/
implementation 'org.elastos.ela:ela_tool:0.0.6'
// https://jarcasting.com/artifacts/org.elastos.ela/ela_tool/
implementation ("org.elastos.ela:ela_tool:0.0.6")
'org.elastos.ela:ela_tool:jar:0.0.6'
<dependency org="org.elastos.ela" name="ela_tool" rev="0.0.6">
<artifact name="ela_tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elastos.ela', module='ela_tool', version='0.0.6')
)
libraryDependencies += "org.elastos.ela" % "ela_tool" % "0.0.6"
[org.elastos.ela/ela_tool "0.0.6"]