Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.dfqin |
ArtifactId | ArtifactIdgrantor |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
grantor-1.1.0.pom | |
grantor-1.1.0.apklib | 6 KB |
grantor-1.1.0-sources.jar | 4 KB |
grantor-1.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dfqin/grantor/ -->
<dependency>
<groupId>com.github.dfqin</groupId>
<artifactId>grantor</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dfqin/grantor/
implementation 'com.github.dfqin:grantor:1.1.0'
// https://jarcasting.com/artifacts/com.github.dfqin/grantor/
implementation ("com.github.dfqin:grantor:1.1.0")
'com.github.dfqin:grantor:aar:1.1.0'
<dependency org="com.github.dfqin" name="grantor" rev="1.1.0">
<artifact name="grantor" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dfqin', module='grantor', version='1.1.0')
)
libraryDependencies += "com.github.dfqin" % "grantor" % "1.1.0"
[com.github.dfqin/grantor "1.1.0"]