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