Last Version

Releaser 0.0.9

An example for getting your GitHub project to Maven Central. Demonstrates required POM information and release plugin configuration. Many thanks to: https://github.com/davidcarboni/releaser

License

License

GroupId

GroupId

com.introproventures
ArtifactId

ArtifactId

releaser
Version

Version

0.0.9
Type

Type

jar
Description

Description

Releaser
An example for getting your GitHub project to Maven Central. Demonstrates required POM information and release plugin configuration. Many thanks to: https://github.com/davidcarboni/releaser
Project URL

Project URL

https://github.com/introproventures/releaser
Source Code Management

Source Code Management

https://github.com/introproventures/releaser

Download releaser 0.0.9


<!-- https://jarcasting.com/artifacts/com.introproventures/releaser/ -->
<dependency>
    <groupId>com.introproventures</groupId>
    <artifactId>releaser</artifactId>
    <version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.introproventures/releaser/
implementation 'com.introproventures:releaser:0.0.9'
// https://jarcasting.com/artifacts/com.introproventures/releaser/
implementation ("com.introproventures:releaser:0.0.9")
'com.introproventures:releaser:jar:0.0.9'
<dependency org="com.introproventures" name="releaser" rev="0.0.9">
  <artifact name="releaser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.introproventures', module='releaser', version='0.0.9')
)
libraryDependencies += "com.introproventures" % "releaser" % "0.0.9"
[com.introproventures/releaser "0.0.9"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.