GroupId | GroupIdcom.github.pwittchen |
---|---|
ArtifactId | ArtifactIdprefser |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
prefser-1.0.4.pom | |
prefser-1.0.4.aar | 12 KB |
prefser-1.0.4-sources.jar | 3 KB |
prefser-1.0.4-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.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/prefser/
implementation 'com.github.pwittchen:prefser:1.0.4'
// https://jarcasting.com/artifacts/com.github.pwittchen/prefser/
implementation ("com.github.pwittchen:prefser:1.0.4")
'com.github.pwittchen:prefser:aar:1.0.4'
<dependency org="com.github.pwittchen" name="prefser" rev="1.0.4">
<artifact name="prefser" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='prefser', version='1.0.4')
)
libraryDependencies += "com.github.pwittchen" % "prefser" % "1.0.4"
[com.github.pwittchen/prefser "1.0.4"]