GroupId | GroupIdcom.afollestad |
---|---|
ArtifactId | ArtifactIdassent |
Version | Version2.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
assent-2.2.2.pom | |
assent-2.2.2.aar | 46 KB |
assent-2.2.2-sources.jar | 10 KB |
assent-2.2.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.afollestad/assent/ -->
<dependency>
<groupId>com.afollestad</groupId>
<artifactId>assent</artifactId>
<version>2.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.afollestad/assent/
implementation 'com.afollestad:assent:2.2.2'
// https://jarcasting.com/artifacts/com.afollestad/assent/
implementation ("com.afollestad:assent:2.2.2")
'com.afollestad:assent:aar:2.2.2'
<dependency org="com.afollestad" name="assent" rev="2.2.2">
<artifact name="assent" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.afollestad', module='assent', version='2.2.2')
)
libraryDependencies += "com.afollestad" % "assent" % "2.2.2"
[com.afollestad/assent "2.2.2"]