Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.github.tick-taku |
ArtifactId | ArtifactIddatastore.encryptedserializer |
Version | Version1.0.0-alpha01 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.tick-taku/datastore.encryptedserializer/ -->
<dependency>
<groupId>io.github.tick-taku</groupId>
<artifactId>datastore.encryptedserializer</artifactId>
<version>1.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tick-taku/datastore.encryptedserializer/
implementation 'io.github.tick-taku:datastore.encryptedserializer:1.0.0-alpha01'
// https://jarcasting.com/artifacts/io.github.tick-taku/datastore.encryptedserializer/
implementation ("io.github.tick-taku:datastore.encryptedserializer:1.0.0-alpha01")
'io.github.tick-taku:datastore.encryptedserializer:aar:1.0.0-alpha01'
<dependency org="io.github.tick-taku" name="datastore.encryptedserializer" rev="1.0.0-alpha01">
<artifact name="datastore.encryptedserializer" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tick-taku', module='datastore.encryptedserializer', version='1.0.0-alpha01')
)
libraryDependencies += "io.github.tick-taku" % "datastore.encryptedserializer" % "1.0.0-alpha01"
[io.github.tick-taku/datastore.encryptedserializer "1.0.0-alpha01"]