| GroupId | GroupIdplexus | 
    
|---|---|
| ArtifactId | ArtifactIdplexus-persister | 
    
| Version | Version1.0-alpha-5 | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| plexus-persister-1.0-alpha-5.pom | |
| plexus-persister-1.0-alpha-5.jar | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/plexus/plexus-persister/ -->
<dependency>
    <groupId>plexus</groupId>
    <artifactId>plexus-persister</artifactId>
    <version>1.0-alpha-5</version>
</dependency>
                // https://jarcasting.com/artifacts/plexus/plexus-persister/
implementation 'plexus:plexus-persister:1.0-alpha-5'
                // https://jarcasting.com/artifacts/plexus/plexus-persister/
implementation ("plexus:plexus-persister:1.0-alpha-5")
                'plexus:plexus-persister:jar:1.0-alpha-5'
                <dependency org="plexus" name="plexus-persister" rev="1.0-alpha-5">
  <artifact name="plexus-persister" type="jar" />
</dependency>
                @Grapes(
@Grab(group='plexus', module='plexus-persister', version='1.0-alpha-5')
)
                libraryDependencies += "plexus" % "plexus-persister" % "1.0-alpha-5"
                [plexus/plexus-persister "1.0-alpha-5"]