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