License |
License |
---|---|
GroupId | GroupIdorg.abego.commons |
ArtifactId | ArtifactIdabego-commons-base |
Version | Version0.11.0 |
Type | Typejar |
Description |
Descriptionabego Commons Base
abego Commons - A collection of utilities to simplify Java development
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
abego-commons-base-0.11.0.pom | |
abego-commons-base-0.11.0.jar | 169 KB |
abego-commons-base-0.11.0-sources.jar | 203 KB |
abego-commons-base-0.11.0-javadoc.jar | 743 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.abego.commons/abego-commons-base/ -->
<dependency>
<groupId>org.abego.commons</groupId>
<artifactId>abego-commons-base</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.abego.commons/abego-commons-base/
implementation 'org.abego.commons:abego-commons-base:0.11.0'
// https://jarcasting.com/artifacts/org.abego.commons/abego-commons-base/
implementation ("org.abego.commons:abego-commons-base:0.11.0")
'org.abego.commons:abego-commons-base:jar:0.11.0'
<dependency org="org.abego.commons" name="abego-commons-base" rev="0.11.0">
<artifact name="abego-commons-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.abego.commons', module='abego-commons-base', version='0.11.0')
)
libraryDependencies += "org.abego.commons" % "abego-commons-base" % "0.11.0"
[org.abego.commons/abego-commons-base "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jdt : org.eclipse.jdt.annotation | jar | 2.2.300 |
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 |