Last Version

Assignment Library for Tutorial 1.0.0

This is sample library for a tutorial to publish to maven central

License

License

GroupId

GroupId

io.github.royyy1
ArtifactId

ArtifactId

assignment
Version

Version

1.0.0
Type

Type

jar
Description

Description

Assignment Library for Tutorial
This is sample library for a tutorial to publish to maven central
Project URL

Project URL

https://github.com/royyy1/OSSProject
Source Code Management

Source Code Management

https://github.com/royyy1/OSSProject

Download assignment 1.0.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.