Arithmetic Library for Tutorial

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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.crownwangguan
ArtifactId

ArtifactId

maven_test
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://github.com/crownwangguan/maven_test
Source Code Management

Source Code Management

http://github.com/crownwangguan/maven_test

Download maven_test

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0