GroupId | GroupIdio.smooth-way |
---|---|
ArtifactId | ArtifactIdstore-android-room |
Version | Version0.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
store-android-room-0.0.3.pom | |
store-android-room-0.0.3-sources.jar | 1 KB |
store-android-room-0.0.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.smooth-way/store-android-room/
implementation 'io.smooth-way:store-android-room:0.0.3'
// https://jarcasting.com/artifacts/io.smooth-way/store-android-room/
implementation ("io.smooth-way:store-android-room:0.0.3")
'io.smooth-way:store-android-room:aar:0.0.3'
<dependency org="io.smooth-way" name="store-android-room" rev="0.0.3">
<artifact name="store-android-room" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.smooth-way', module='store-android-room', version='0.0.3')
)
libraryDependencies += "io.smooth-way" % "store-android-room" % "0.0.3"
[io.smooth-way/store-android-room "0.0.3"]