GroupId | GroupIdcom.jenzz.appstate |
---|---|
ArtifactId | ArtifactIdappstate |
Version | Version3.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
appstate-3.0.0.pom | |
appstate-3.0.0.aar | 9 KB |
appstate-3.0.0-sources.jar | 5 KB |
appstate-3.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jenzz.appstate/appstate/ -->
<dependency>
<groupId>com.jenzz.appstate</groupId>
<artifactId>appstate</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jenzz.appstate/appstate/
implementation 'com.jenzz.appstate:appstate:3.0.0'
// https://jarcasting.com/artifacts/com.jenzz.appstate/appstate/
implementation ("com.jenzz.appstate:appstate:3.0.0")
'com.jenzz.appstate:appstate:aar:3.0.0'
<dependency org="com.jenzz.appstate" name="appstate" rev="3.0.0">
<artifact name="appstate" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jenzz.appstate', module='appstate', version='3.0.0')
)
libraryDependencies += "com.jenzz.appstate" % "appstate" % "3.0.0"
[com.jenzz.appstate/appstate "3.0.0"]