GroupId | GroupIdpro.labster |
---|---|
ArtifactId | ArtifactIdtypedpreferences |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
typedpreferences-1.0.0.pom | |
typedpreferences-1.0.0-sources.jar | 3 KB |
typedpreferences-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/pro.labster/typedpreferences/ -->
<dependency>
<groupId>pro.labster</groupId>
<artifactId>typedpreferences</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pro.labster/typedpreferences/
implementation 'pro.labster:typedpreferences:1.0.0'
// https://jarcasting.com/artifacts/pro.labster/typedpreferences/
implementation ("pro.labster:typedpreferences:1.0.0")
'pro.labster:typedpreferences:aar:1.0.0'
<dependency org="pro.labster" name="typedpreferences" rev="1.0.0">
<artifact name="typedpreferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='pro.labster', module='typedpreferences', version='1.0.0')
)
libraryDependencies += "pro.labster" % "typedpreferences" % "1.0.0"
[pro.labster/typedpreferences "1.0.0"]