| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdcom.github.monchynr.spike | 
| ArtifactId | ArtifactIdspike-maven-central-ossrh | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionDummy project for spike purposes Simple empty project to get a grasp on publishing to Maven Central | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.github.monchynr.spike/spike-maven-central-ossrh/ -->
<dependency>
    <groupId>com.github.monchynr.spike</groupId>
    <artifactId>spike-maven-central-ossrh</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.monchynr.spike/spike-maven-central-ossrh/
implementation 'com.github.monchynr.spike:spike-maven-central-ossrh:1.0.0'// https://jarcasting.com/artifacts/com.github.monchynr.spike/spike-maven-central-ossrh/
implementation ("com.github.monchynr.spike:spike-maven-central-ossrh:1.0.0")'com.github.monchynr.spike:spike-maven-central-ossrh:jar:1.0.0'<dependency org="com.github.monchynr.spike" name="spike-maven-central-ossrh" rev="1.0.0">
  <artifact name="spike-maven-central-ossrh" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.monchynr.spike', module='spike-maven-central-ossrh', version='1.0.0')
)libraryDependencies += "com.github.monchynr.spike" % "spike-maven-central-ossrh" % "1.0.0"[com.github.monchynr.spike/spike-maven-central-ossrh "1.0.0"]