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