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