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