GroupId | GroupIdorg.elastos |
---|---|
ArtifactId | ArtifactIdspvcore |
Version | Version2.10 |
Type | Typeaar |
Filename | Size |
---|---|
spvcore-2.10.pom | |
spvcore-2.10.aar | 10 MB |
spvcore-2.10-sources.jar | 10 KB |
spvcore-2.10-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elastos/spvcore/ -->
<dependency>
<groupId>org.elastos</groupId>
<artifactId>spvcore</artifactId>
<version>2.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.elastos/spvcore/
implementation 'org.elastos:spvcore:2.10'
// https://jarcasting.com/artifacts/org.elastos/spvcore/
implementation ("org.elastos:spvcore:2.10")
'org.elastos:spvcore:aar:2.10'
<dependency org="org.elastos" name="spvcore" rev="2.10">
<artifact name="spvcore" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.elastos', module='spvcore', version='2.10')
)
libraryDependencies += "org.elastos" % "spvcore" % "2.10"
[org.elastos/spvcore "2.10"]