is not current version
Last Version 1.2.0

com.dpforge:primaree 1.0.0

A simple library for safe initialization of multi-process Android applications

GroupId

GroupId

com.dpforge
ArtifactId

ArtifactId

primaree
Version

Version

1.0.0
Type

Type

aar

Download primaree 1.0.0


<!-- https://jarcasting.com/artifacts/com.dpforge/primaree/ -->
<dependency>
    <groupId>com.dpforge</groupId>
    <artifactId>primaree</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dpforge/primaree/
implementation 'com.dpforge:primaree:1.0.0'
// https://jarcasting.com/artifacts/com.dpforge/primaree/
implementation ("com.dpforge:primaree:1.0.0")
'com.dpforge:primaree:aar:1.0.0'
<dependency org="com.dpforge" name="primaree" rev="1.0.0">
  <artifact name="primaree" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dpforge', module='primaree', version='1.0.0')
)
libraryDependencies += "com.dpforge" % "primaree" % "1.0.0"
[com.dpforge/primaree "1.0.0"]