Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.manikmagar |
ArtifactId | ArtifactIdsample-maven-app |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sample-maven-app-0.0.1.pom | |
sample-maven-app-0.0.1.jar | 3 KB |
sample-maven-app-0.0.1-sources.jar | 3 KB |
sample-maven-app-0.0.1-javadoc.jar | 479 KB |
Browse |
<!-- 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"]