common-utils

Simple library for the tutorial about Maven usage with further publishing to Maven Central with OSSRH

License

License

GroupId

GroupId

io.github.aileben
ArtifactId

ArtifactId

common-utils
Last Version

Last Version

2.0.10.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

common-utils
Simple library for the tutorial about Maven usage with further publishing to Maven Central with OSSRH
Project URL

Project URL

http://www.example.com

Download common-utils

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.10.RELEASE
2.0.9.RELEASE
2.0.8.RELEASE
2.0.7.RELEASE