Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.singpass |
ArtifactId | ArtifactIdsingpass-webview-client |
Version | Version1.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.singpass/singpass-webview-client/ -->
<dependency>
<groupId>io.github.singpass</groupId>
<artifactId>singpass-webview-client</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.singpass/singpass-webview-client/
implementation 'io.github.singpass:singpass-webview-client:1.0.0'
// https://jarcasting.com/artifacts/io.github.singpass/singpass-webview-client/
implementation ("io.github.singpass:singpass-webview-client:1.0.0")
'io.github.singpass:singpass-webview-client:aar:1.0.0'
<dependency org="io.github.singpass" name="singpass-webview-client" rev="1.0.0">
<artifact name="singpass-webview-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.singpass', module='singpass-webview-client', version='1.0.0')
)
libraryDependencies += "io.github.singpass" % "singpass-webview-client" % "1.0.0"
[io.github.singpass/singpass-webview-client "1.0.0"]