GroupId | GroupIdcom.testerum |
---|---|
ArtifactId | ArtifactIdcommon-encrypted-prefs |
Version | Version4.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.testerum/common-encrypted-prefs/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>common-encrypted-prefs</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common-encrypted-prefs/
implementation 'com.testerum:common-encrypted-prefs:4.0.2'
// https://jarcasting.com/artifacts/com.testerum/common-encrypted-prefs/
implementation ("com.testerum:common-encrypted-prefs:4.0.2")
'com.testerum:common-encrypted-prefs:jar:4.0.2'
<dependency org="com.testerum" name="common-encrypted-prefs" rev="4.0.2">
<artifact name="common-encrypted-prefs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common-encrypted-prefs', version='4.0.2')
)
libraryDependencies += "com.testerum" % "common-encrypted-prefs" % "4.0.2"
[com.testerum/common-encrypted-prefs "4.0.2"]