Example Application for maven repo publishing

A application used as an example on how to set up pushing its components to the Central Repository.

License

License

GroupId

GroupId

io.github.swamys123
ArtifactId

ArtifactId

repository
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Example Application for maven repo publishing
A application used as an example on how to set up pushing its components to the Central Repository.
Source Code Management

Source Code Management

https://github.com/swamys123/RepositoryCentral.git

Download repository

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.1
2.3.0