com.github.harshad5498.hello-maven-central:hello-maven-central

demo java project for releasing on maven central

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.harshad5498
ArtifactId

ArtifactId

hello-maven-central
Last Version

Last Version

0.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.harshad5498.hello-maven-central:hello-maven-central
demo java project for releasing on maven central

Download hello-maven-central

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.12
0.0.11