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