GroupId | GroupIdorg.elastos.ela |
---|---|
ArtifactId | ArtifactIdela_tool |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
ela_tool-0.0.8.pom | |
ela_tool-0.0.8.jar | 117 KB |
ela_tool-0.0.8-sources.jar | 67 KB |
ela_tool-0.0.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.elastos.ela/ela_tool/
implementation 'org.elastos.ela:ela_tool:0.0.8'
// https://jarcasting.com/artifacts/org.elastos.ela/ela_tool/
implementation ("org.elastos.ela:ela_tool:0.0.8")
'org.elastos.ela:ela_tool:jar:0.0.8'
<dependency org="org.elastos.ela" name="ela_tool" rev="0.0.8">
<artifact name="ela_tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elastos.ela', module='ela_tool', version='0.0.8')
)
libraryDependencies += "org.elastos.ela" % "ela_tool" % "0.0.8"
[org.elastos.ela/ela_tool "0.0.8"]