License |
License |
---|---|
GroupId | GroupIdorg.abego.commons |
ArtifactId | ArtifactIdabego-commons |
Version | Version0.11.0 |
Type | Typepom |
Description |
Descriptionabego Commons (Parent)
abego Commons - A collection of utilities to simplify Java development
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
abego-commons-0.11.0.pom | 11 KB |
Browse |
<!-- 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"]
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 |