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