| GroupId | GroupIdplexus |
|---|---|
| ArtifactId | ArtifactIdplexus-pull |
| Last Version | Last Version1.0-beta-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPull Service
The pull service will pull in a component into a template.
|
| Filename | Size |
|---|---|
| plexus-pull-1.0-beta-1.pom | |
| plexus-pull-1.0-beta-1.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/plexus/plexus-pull/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-pull</artifactId>
<version>1.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-pull/
implementation 'plexus:plexus-pull:1.0-beta-1'
// https://jarcasting.com/artifacts/plexus/plexus-pull/
implementation ("plexus:plexus-pull:1.0-beta-1")
'plexus:plexus-pull:jar:1.0-beta-1'
<dependency org="plexus" name="plexus-pull" rev="1.0-beta-1">
<artifact name="plexus-pull" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-pull', version='1.0-beta-1')
)
libraryDependencies += "plexus" % "plexus-pull" % "1.0-beta-1"
[plexus/plexus-pull "1.0-beta-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| plexus : plexus-summit | jar | 1.0-alpha-5 |
| servletapi : servletapi | jar | 2.3 |