Sample Maven App

Sample Maven Application publishing to Maven Central

License

License

MIT
Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.manikmagar
ArtifactId

ArtifactId

sample-maven-app
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Sample Maven App
Sample Maven Application publishing to Maven Central
Project URL

Project URL

https://github.com/manikmagar/sample-maven-app
Project Organization

Project Organization

Manik Magar

Download sample-maven-app

How to add to project

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

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.2
0.0.1