is not current version
Last Version 0.0.2

com.github.manikmagar:sample-maven-app 0.0.1

Sample Maven Application publishing to Maven Central

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.manikmagar
ArtifactId

ArtifactId

sample-maven-app
Version

Version

0.0.1
Type

Type

jar

Download sample-maven-app 0.0.1


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