is not current version
Last Version 3.1.0

org.greenrobot:essentials 3.0.0-RC1

Essentials for high-performance Android and Java projects

GroupId

GroupId

org.greenrobot
ArtifactId

ArtifactId

essentials
Version

Version

3.0.0-RC1
Type

Type

jar

Download essentials 3.0.0-RC1


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