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