Last Version

Example Application for OSSRH deployment 1.0.0

An example application for which will be deployed to OSSRH

License

License

GroupId

GroupId

com.codeaches
ArtifactId

ArtifactId

ossrhexample
Version

Version

1.0.0
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 1.0.0


<!-- 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.