| License |
License |
|---|---|
| GroupId | GroupIdcom.talk2object.plum |
| ArtifactId | ArtifactIdplum-example |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionPlum aims to provide a more simple and highly abstract way of interaction.
|
| Filename | Size |
|---|---|
| plum-example-0.0.4.pom | |
| plum-example-0.0.4.war | 23 MB |
| plum-example-0.0.4-sources.jar | 2 MB |
| plum-example-0.0.4-javadoc.jar | 191 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.talk2object.plum/plum-example/ -->
<dependency>
<groupId>com.talk2object.plum</groupId>
<artifactId>plum-example</artifactId>
<version>0.0.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.talk2object.plum/plum-example/
implementation 'com.talk2object.plum:plum-example:0.0.4'
// https://jarcasting.com/artifacts/com.talk2object.plum/plum-example/
implementation ("com.talk2object.plum:plum-example:0.0.4")
'com.talk2object.plum:plum-example:war:0.0.4'
<dependency org="com.talk2object.plum" name="plum-example" rev="0.0.4">
<artifact name="plum-example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.talk2object.plum', module='plum-example', version='0.0.4')
)
libraryDependencies += "com.talk2object.plum" % "plum-example" % "0.0.4"
[com.talk2object.plum/plum-example "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.0.5.RELEASE |
| junit : junit | jar | 4.11 |