Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.matthewnelson.encrypted-storage |
ArtifactId | ArtifactIdfake-keystore |
Version | Version2.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
fake-keystore-2.0.0.pom | |
fake-keystore-2.0.0-sources.jar | 1 KB |
fake-keystore-2.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.matthewnelson.encrypted-storage/fake-keystore/ -->
<dependency>
<groupId>io.matthewnelson.encrypted-storage</groupId>
<artifactId>fake-keystore</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.matthewnelson.encrypted-storage/fake-keystore/
implementation 'io.matthewnelson.encrypted-storage:fake-keystore:2.0.0'
// https://jarcasting.com/artifacts/io.matthewnelson.encrypted-storage/fake-keystore/
implementation ("io.matthewnelson.encrypted-storage:fake-keystore:2.0.0")
'io.matthewnelson.encrypted-storage:fake-keystore:aar:2.0.0'
<dependency org="io.matthewnelson.encrypted-storage" name="fake-keystore" rev="2.0.0">
<artifact name="fake-keystore" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.matthewnelson.encrypted-storage', module='fake-keystore', version='2.0.0')
)
libraryDependencies += "io.matthewnelson.encrypted-storage" % "fake-keystore" % "2.0.0"
[io.matthewnelson.encrypted-storage/fake-keystore "2.0.0"]