abego Commons (Parent)

abego Commons - A collection of utilities to simplify Java development

License

License

GroupId

GroupId

org.abego.commons
ArtifactId

ArtifactId

abego-commons
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

pom
Description

Description

abego Commons (Parent)
abego Commons - A collection of utilities to simplify Java development
Project URL

Project URL

https://github.com/abego/commons
Project Organization

Project Organization

abego Software GmbH, Germany
Source Code Management

Source Code Management

https://github.com/abego/commons

Download abego-commons

Filename Size
abego-commons-0.11.0.pom 10 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.eclipse.jdt : org.eclipse.jdt.annotation jar 2.2.300

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
org.junit.jupiter : junit-jupiter-params jar 5.5.2

Project Modules

  • abego-commons-base
  • abego-commons-test

abego Commons

abego Commons is a collection of utilities to simplify Java development.

Download

Download: https://github.com/abego/commons/releases/tag/v0.11.0

Maven:

<dependency>
    <groupId>org.abego.commons</groupId>
    <artifactId>abego-commons-base</artifactId>
    <version>0.11.0</version>
</dependency>
<dependency>
    <groupId>org.abego.commons</groupId>
    <artifactId>abego-commons-test</artifactId>
    <version>0.11.0</version>
</dependency>

Development

You may check out the source code from the GitHub repository.

Links

License

abego Commons is available under a business friendly MIT license.

Versions

Version
0.11.0
0.10.0
0.9.5
0.9.4