maven-example

This is an example project to demonstrate Maven usage and configuration.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.jj3l
ArtifactId

ArtifactId

maven-example
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

maven-example
This is an example project to demonstrate Maven usage and configuration.
Project URL

Project URL

https://jj3l.github.io/maven-example/
Project Organization

Project Organization

Jäkel
Source Code Management

Source Code Management

https://github.com/jj3l/maven-example/

Download maven-example

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0