GroupId | GroupIdio.github.safe-ending |
---|---|
ArtifactId | ArtifactIdpensdk |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
pensdk-1.0.6.pom | |
pensdk-1.0.6.aar | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.safe-ending/pensdk/ -->
<dependency>
<groupId>io.github.safe-ending</groupId>
<artifactId>pensdk</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.safe-ending/pensdk/
implementation 'io.github.safe-ending:pensdk:1.0.6'
// https://jarcasting.com/artifacts/io.github.safe-ending/pensdk/
implementation ("io.github.safe-ending:pensdk:1.0.6")
'io.github.safe-ending:pensdk:aar:1.0.6'
<dependency org="io.github.safe-ending" name="pensdk" rev="1.0.6">
<artifact name="pensdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.safe-ending', module='pensdk', version='1.0.6')
)
libraryDependencies += "io.github.safe-ending" % "pensdk" % "1.0.6"
[io.github.safe-ending/pensdk "1.0.6"]