License |
License |
---|---|
GroupId | GroupIdcom.jakewharton |
ArtifactId | ArtifactIdprocess-phoenix |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionProcess Phoenix
A special activity which facilitates restarting your application process.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
process-phoenix-2.1.2.pom | |
process-phoenix-2.1.2.aar | 3 KB |
process-phoenix-2.1.2-sources.jar | 2 KB |
process-phoenix-2.1.2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton/process-phoenix/ -->
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>process-phoenix</artifactId>
<version>2.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton/process-phoenix/
implementation 'com.jakewharton:process-phoenix:2.1.2'
// https://jarcasting.com/artifacts/com.jakewharton/process-phoenix/
implementation ("com.jakewharton:process-phoenix:2.1.2")
'com.jakewharton:process-phoenix:aar:2.1.2'
<dependency org="com.jakewharton" name="process-phoenix" rev="2.1.2">
<artifact name="process-phoenix" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton', module='process-phoenix', version='2.1.2')
)
libraryDependencies += "com.jakewharton" % "process-phoenix" % "2.1.2"
[com.jakewharton/process-phoenix "2.1.2"]