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