| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdcom.github.ahenteti | 
| ArtifactId | ArtifactIdhello-maven | 
| Last Version | Last Version1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncom.github.ahenteti:hello-maven A hello-world maven library | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| hello-maven-1.2.pom | |
| hello-maven-1.2.jar | 3 KB | 
| hello-maven-1.2-sources.jar | 1 KB | 
| hello-maven-1.2-javadoc.jar | 23 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |