Categories |
CategoriesRealm Data Databases |
---|---|
GroupId | GroupIdcom.github.dmytrodanylyk.realm-browser |
ArtifactId | ArtifactIdlibrary |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
library-0.0.1.pom | |
library-0.0.1.aar | 38 KB |
library-0.0.1-sources.jar | 10 KB |
library-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dmytrodanylyk.realm-browser/library/ -->
<dependency>
<groupId>com.github.dmytrodanylyk.realm-browser</groupId>
<artifactId>library</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dmytrodanylyk.realm-browser/library/
implementation 'com.github.dmytrodanylyk.realm-browser:library:0.0.1'
// https://jarcasting.com/artifacts/com.github.dmytrodanylyk.realm-browser/library/
implementation ("com.github.dmytrodanylyk.realm-browser:library:0.0.1")
'com.github.dmytrodanylyk.realm-browser:library:aar:0.0.1'
<dependency org="com.github.dmytrodanylyk.realm-browser" name="library" rev="0.0.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dmytrodanylyk.realm-browser', module='library', version='0.0.1')
)
libraryDependencies += "com.github.dmytrodanylyk.realm-browser" % "library" % "0.0.1"
[com.github.dmytrodanylyk.realm-browser/library "0.0.1"]