com.github.ahenteti:hello-maven

A hello-world maven library

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.ahenteti
ArtifactId

ArtifactId

hello-maven
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.ahenteti:hello-maven
A hello-world maven library
Project URL

Project URL

https://github.com/ahenteti/hello-maven
Source Code Management

Source Code Management

https://github.com/ahenteti/hello-maven

Download hello-maven

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

hello-maven

Versions

Version
1.2
1.1
1.0