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