| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.pluto |
| ArtifactId | ArtifactIdassembly |
| Last Version | Last Version1.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPluto Assembly Project
Pluto is the Reference Implementation of the Java Portlet Specfication.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| assembly-1.1.7.pom | |
| assembly-1.1.7.jar | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pluto/assembly/ -->
<dependency>
<groupId>org.apache.pluto</groupId>
<artifactId>assembly</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pluto/assembly/
implementation 'org.apache.pluto:assembly:1.1.7'
// https://jarcasting.com/artifacts/org.apache.pluto/assembly/
implementation ("org.apache.pluto:assembly:1.1.7")
'org.apache.pluto:assembly:jar:1.1.7'
<dependency org="org.apache.pluto" name="assembly" rev="1.1.7">
<artifact name="assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pluto', module='assembly', version='1.1.7')
)
libraryDependencies += "org.apache.pluto" % "assembly" % "1.1.7"
[org.apache.pluto/assembly "1.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.pluto : pluto-descriptor-api | jar | 1.1.7 |
| org.apache.pluto : pluto-descriptor-impl | jar | 1.1.7 |
| org.apache.pluto : pluto-container | jar | 1.1.7 |
| org.apache.pluto : pluto-portal-driver | jar | 1.1.7 |
| org.apache.pluto : pluto-portal-driver-impl | jar | 1.1.7 |
| org.apache.pluto : pluto-portal | war | 1.1.7 |
| org.apache.pluto : pluto-testsuite | war | 1.1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |