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