| GroupId | GroupIdcom.github.dmytrodanylyk.android-process-buton |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-0.0.2.pom | |
| library-0.0.2.aar | 16 KB |
| library-0.0.2-sources.jar | 8 KB |
| library-0.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dmytrodanylyk.android-process-buton/library/ -->
<dependency>
<groupId>com.github.dmytrodanylyk.android-process-buton</groupId>
<artifactId>library</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dmytrodanylyk.android-process-buton/library/
implementation 'com.github.dmytrodanylyk.android-process-buton:library:0.0.2'
// https://jarcasting.com/artifacts/com.github.dmytrodanylyk.android-process-buton/library/
implementation ("com.github.dmytrodanylyk.android-process-buton:library:0.0.2")
'com.github.dmytrodanylyk.android-process-buton:library:aar:0.0.2'
<dependency org="com.github.dmytrodanylyk.android-process-buton" name="library" rev="0.0.2">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dmytrodanylyk.android-process-buton', module='library', version='0.0.2')
)
libraryDependencies += "com.github.dmytrodanylyk.android-process-buton" % "library" % "0.0.2"
[com.github.dmytrodanylyk.android-process-buton/library "0.0.2"]