Example Application for OSSRH deployment

An example application for which will be deployed to OSSRH

License

License

GroupId

GroupId

com.codeaches
ArtifactId

ArtifactId

ossrhexample
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Example Application for OSSRH deployment
An example application for which will be deployed to OSSRH
Project URL

Project URL

https://codeaches.com/
Source Code Management

Source Code Management

https://github.com/codeaches/sample-ossrh-deploy-codebase

Download ossrhexample

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.1.2.RELEASE

Project Modules

There are no modules declared in this project.

License MIT Maven Central

The current version of this project is licensed under MIT.

Relevant documents

The tutorial related to this project can be found on Codeaches Website

Versions

Version
1.0.0
0.0.2
0.0.1