Maven Artifacts Demo

This is a demo artifact used for a tutorial on how to upload an artifact to Maven Central.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.gitlab.marvin-haagen
ArtifactId

ArtifactId

maven-artifacts-demo
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Artifacts Demo
This is a demo artifact used for a tutorial on how to upload an artifact to Maven Central.
Project URL

Project URL

https://gitlab.com/marvin-haagens-tutorials/uploading-artifacts-to-maven-central
Source Code Management

Source Code Management

https://gitlab.com/marvin-haagens-tutorials/uploading-artifacts-to-maven-central

Download maven-artifacts-demo

How to add to project

<!-- https://jarcasting.com/artifacts/io.gitlab.marvin-haagen/maven-artifacts-demo/ -->
<dependency>
    <groupId>io.gitlab.marvin-haagen</groupId>
    <artifactId>maven-artifacts-demo</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.marvin-haagen/maven-artifacts-demo/
implementation 'io.gitlab.marvin-haagen:maven-artifacts-demo:1.0.2'
// https://jarcasting.com/artifacts/io.gitlab.marvin-haagen/maven-artifacts-demo/
implementation ("io.gitlab.marvin-haagen:maven-artifacts-demo:1.0.2")
'io.gitlab.marvin-haagen:maven-artifacts-demo:jar:1.0.2'
<dependency org="io.gitlab.marvin-haagen" name="maven-artifacts-demo" rev="1.0.2">
  <artifact name="maven-artifacts-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.marvin-haagen', module='maven-artifacts-demo', version='1.0.2')
)
libraryDependencies += "io.gitlab.marvin-haagen" % "maven-artifacts-demo" % "1.0.2"
[io.gitlab.marvin-haagen/maven-artifacts-demo "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0