GroupId | GroupIdio.smooth-way |
---|---|
ArtifactId | ArtifactIdstore-android-room |
Version | Version0.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
store-android-room-0.0.2.pom | |
store-android-room-0.0.2-sources.jar | 1 KB |
store-android-room-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.smooth-way/store-android-room/ -->
<dependency>
<groupId>io.smooth-way</groupId>
<artifactId>store-android-room</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.smooth-way/store-android-room/
implementation 'io.smooth-way:store-android-room:0.0.2'
// https://jarcasting.com/artifacts/io.smooth-way/store-android-room/
implementation ("io.smooth-way:store-android-room:0.0.2")
'io.smooth-way:store-android-room:aar:0.0.2'
<dependency org="io.smooth-way" name="store-android-room" rev="0.0.2">
<artifact name="store-android-room" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.smooth-way', module='store-android-room', version='0.0.2')
)
libraryDependencies += "io.smooth-way" % "store-android-room" % "0.0.2"
[io.smooth-way/store-android-room "0.0.2"]