GroupId | GroupIdcom.github.ooftf |
---|---|
ArtifactId | ArtifactIdbasic |
Version | Version0.4.0 |
Type | Typeaar |
Filename | Size |
---|---|
basic-0.4.0.pom | |
basic-0.4.0-sources.jar | 34 KB |
basic-0.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ooftf/basic/ -->
<dependency>
<groupId>com.github.ooftf</groupId>
<artifactId>basic</artifactId>
<version>0.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ooftf/basic/
implementation 'com.github.ooftf:basic:0.4.0'
// https://jarcasting.com/artifacts/com.github.ooftf/basic/
implementation ("com.github.ooftf:basic:0.4.0")
'com.github.ooftf:basic:aar:0.4.0'
<dependency org="com.github.ooftf" name="basic" rev="0.4.0">
<artifact name="basic" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ooftf', module='basic', version='0.4.0')
)
libraryDependencies += "com.github.ooftf" % "basic" % "0.4.0"
[com.github.ooftf/basic "0.4.0"]