Releaser

An example for getting your GitHub project to Maven Central. Demonstrates required POM information and release plugin configuration. Many thanks to: http://datumedge.blogspot.co.uk/2012/05/publishing-from-github-to-maven-central.html

License

License

GroupId

GroupId

com.minlia.cloud
ArtifactId

ArtifactId

releaser
Last Version

Last Version

0.0.4
Release Date

Release Date

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: http://datumedge.blogspot.co.uk/2012/05/publishing-from-github-to-maven-central.html
Project URL

Project URL

https://github.com/minlia-projects/releaser
Source Code Management

Source Code Management

https://github.com/minlia-projects/releaser

Download releaser

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.
com.minlia.cloud

MINLIA

Versions

Version
0.0.4
0.0.1