GroupId | GroupIdcom.appslandia |
---|---|
ArtifactId | ArtifactIdappslandia-plum |
Version | Version1.12 |
Type | Typejar |
Filename | Size |
---|---|
appslandia-plum-1.12.pom | |
appslandia-plum-1.12.jar | 358 KB |
appslandia-plum-1.12-sources.jar | 372 KB |
appslandia-plum-1.12-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.appslandia/appslandia-plum/ -->
<dependency>
<groupId>com.appslandia</groupId>
<artifactId>appslandia-plum</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.appslandia/appslandia-plum/
implementation 'com.appslandia:appslandia-plum:1.12'
// https://jarcasting.com/artifacts/com.appslandia/appslandia-plum/
implementation ("com.appslandia:appslandia-plum:1.12")
'com.appslandia:appslandia-plum:jar:1.12'
<dependency org="com.appslandia" name="appslandia-plum" rev="1.12">
<artifact name="appslandia-plum" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.appslandia', module='appslandia-plum', version='1.12')
)
libraryDependencies += "com.appslandia" % "appslandia-plum" % "1.12"
[com.appslandia/appslandia-plum "1.12"]