License |
License |
---|---|
GroupId | GroupIdcom.minlia.cloud |
ArtifactId | ArtifactIdreleaser |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReleaser
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
releaser-0.0.4.pom | |
releaser-0.0.4.jar | 3 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |