is not current version
Last Version 1.2

com.github.ahenteti:hello-maven 1.0

A hello-world maven library

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.ahenteti
ArtifactId

ArtifactId

hello-maven
Version

Version

1.0
Type

Type

jar

Download hello-maven 1.0


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