Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.harshad5498 |
ArtifactId | ArtifactIdhello-maven-central |
Version | Version0.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.harshad5498/hello-maven-central/ -->
<dependency>
<groupId>com.github.harshad5498</groupId>
<artifactId>hello-maven-central</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.harshad5498/hello-maven-central/
implementation 'com.github.harshad5498:hello-maven-central:0.0.11'
// https://jarcasting.com/artifacts/com.github.harshad5498/hello-maven-central/
implementation ("com.github.harshad5498:hello-maven-central:0.0.11")
'com.github.harshad5498:hello-maven-central:jar:0.0.11'
<dependency org="com.github.harshad5498" name="hello-maven-central" rev="0.0.11">
<artifact name="hello-maven-central" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.harshad5498', module='hello-maven-central', version='0.0.11')
)
libraryDependencies += "com.github.harshad5498" % "hello-maven-central" % "0.0.11"
[com.github.harshad5498/hello-maven-central "0.0.11"]