GroupId | GroupIdcom.github.pwittchen |
---|---|
ArtifactId | ArtifactIdprefser |
Version | Version2.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
prefser-2.0.2.pom | |
prefser-2.0.2.aar | 17 KB |
prefser-2.0.2-sources.jar | 6 KB |
prefser-2.0.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/prefser/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>prefser</artifactId>
<version>2.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/prefser/
implementation 'com.github.pwittchen:prefser:2.0.2'
// https://jarcasting.com/artifacts/com.github.pwittchen/prefser/
implementation ("com.github.pwittchen:prefser:2.0.2")
'com.github.pwittchen:prefser:aar:2.0.2'
<dependency org="com.github.pwittchen" name="prefser" rev="2.0.2">
<artifact name="prefser" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='prefser', version='2.0.2')
)
libraryDependencies += "com.github.pwittchen" % "prefser" % "2.0.2"
[com.github.pwittchen/prefser "2.0.2"]