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