GroupId | GroupIdcom.github.ooftf |
---|---|
ArtifactId | ArtifactIdbasic |
Version | Version0.3.1 |
Type | Typeaar |
Filename | Size |
---|---|
basic-0.3.1.pom | |
basic-0.3.1-sources.jar | 32 KB |
basic-0.3.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ooftf/basic/
implementation 'com.github.ooftf:basic:0.3.1'
// https://jarcasting.com/artifacts/com.github.ooftf/basic/
implementation ("com.github.ooftf:basic:0.3.1")
'com.github.ooftf:basic:aar:0.3.1'
<dependency org="com.github.ooftf" name="basic" rev="0.3.1">
<artifact name="basic" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ooftf', module='basic', version='0.3.1')
)
libraryDependencies += "com.github.ooftf" % "basic" % "0.3.1"
[com.github.ooftf/basic "0.3.1"]