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