Quickstart Tutorial

This is a sample library for a tutorial about publishing to Maven Central

License

License

GroupId

GroupId

com.github.byronlin13
ArtifactId

ArtifactId

quickstart
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Quickstart Tutorial
This is a sample library for a tutorial about publishing to Maven Central
Project URL

Project URL

http://github.com/byronlin13/test-release-automation-java
Source Code Management

Source Code Management

http://github.com/byronlin13/test-release-automation-java

Download quickstart

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0