GroupId | GroupIdcom.willowtreeapps |
---|---|
ArtifactId | ArtifactIdoak-library |
Version | Version1.3.2 |
Type | Typeaar |
Filename | Size |
---|---|
oak-library-1.3.2.pom | |
oak-library-1.3.2.aar | 120 KB |
oak-library-1.3.2-sources.jar | 79 KB |
oak-library-1.3.2-javadoc.jar | 439 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.willowtreeapps/oak-library/ -->
<dependency>
<groupId>com.willowtreeapps</groupId>
<artifactId>oak-library</artifactId>
<version>1.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps/oak-library/
implementation 'com.willowtreeapps:oak-library:1.3.2'
// https://jarcasting.com/artifacts/com.willowtreeapps/oak-library/
implementation ("com.willowtreeapps:oak-library:1.3.2")
'com.willowtreeapps:oak-library:aar:1.3.2'
<dependency org="com.willowtreeapps" name="oak-library" rev="1.3.2">
<artifact name="oak-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps', module='oak-library', version='1.3.2')
)
libraryDependencies += "com.willowtreeapps" % "oak-library" % "1.3.2"
[com.willowtreeapps/oak-library "1.3.2"]