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