The current version of this project is licensed under MIT.
Relevant documents
The tutorial related to this project can be found on Codeaches Website
License |
License |
---|---|
GroupId | GroupIdcom.codeaches |
ArtifactId | ArtifactIdossrhexample |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExample Application for OSSRH deployment
An example application for which will be deployed to OSSRH
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ossrhexample-1.0.0.pom | |
ossrhexample-1.0.0.jar | 7 MB |
ossrhexample-1.0.0-sources.jar | 3 KB |
ossrhexample-1.0.0-javadoc.jar | 23 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.2.RELEASE |
The current version of this project is licensed under MIT.
The tutorial related to this project can be found on Codeaches Website