Last Version

Simple projcet for maven central 1.1.0

Simple project to learn how to publish on maven central

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.qantrous
ArtifactId

ArtifactId

example
Version

Version

1.1.0
Type

Type

jar
Description

Description

Simple projcet for maven central
Simple project to learn how to publish on maven central
Project URL

Project URL

https://github.com/qantrous/example
Source Code Management

Source Code Management

https://github.com/qantrous/example

Download example 1.1.0


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

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.