Sample test library

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

License

License

GroupId

GroupId

io.github.sabinmj
ArtifactId

ArtifactId

blueb
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Sample test library
This is a sample library for a tutorial about publishing to Maven Central
Project URL

Project URL

https://github.com/sabinmj/BlueB
Source Code Management

Source Code Management

http://github.com/sabinmj/BlueB

Download blueb

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.sabinmj/blueb/ -->
<dependency>
    <groupId>io.github.sabinmj</groupId>
    <artifactId>blueb</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sabinmj/blueb/
implementation 'io.github.sabinmj:blueb:1.0.0'
// https://jarcasting.com/artifacts/io.github.sabinmj/blueb/
implementation ("io.github.sabinmj:blueb:1.0.0")
'io.github.sabinmj:blueb:jar:1.0.0'
<dependency org="io.github.sabinmj" name="blueb" rev="1.0.0">
  <artifact name="blueb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sabinmj', module='blueb', version='1.0.0')
)
libraryDependencies += "io.github.sabinmj" % "blueb" % "1.0.0"
[io.github.sabinmj/blueb "1.0.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.0.0