| License | License | 
|---|---|
| GroupId | GroupIdio.pivotal | 
| ArtifactId | ArtifactIdsonatype-spike | 
| Last Version | Last Version1.5.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSonatype Spike A application used as an example on how to set up pushing  its components to the Central Repository. | 
| Filename | Size | 
|---|---|
| sonatype-spike-1.5.0.pom | |
| sonatype-spike-1.5.0.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.pivotal/sonatype-spike/ -->
<dependency>
    <groupId>io.pivotal</groupId>
    <artifactId>sonatype-spike</artifactId>
    <version>1.5.0</version>
</dependency>// https://jarcasting.com/artifacts/io.pivotal/sonatype-spike/
implementation 'io.pivotal:sonatype-spike:1.5.0'// https://jarcasting.com/artifacts/io.pivotal/sonatype-spike/
implementation ("io.pivotal:sonatype-spike:1.5.0")'io.pivotal:sonatype-spike:jar:1.5.0'<dependency org="io.pivotal" name="sonatype-spike" rev="1.5.0">
  <artifact name="sonatype-spike" type="jar" />
</dependency>@Grapes(
@Grab(group='io.pivotal', module='sonatype-spike', version='1.5.0')
)libraryDependencies += "io.pivotal" % "sonatype-spike" % "1.5.0"[io.pivotal/sonatype-spike "1.5.0"]