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