| License |
License |
|---|---|
| GroupId | GroupIdse.l4.commons |
| ArtifactId | ArtifactIdcommons-base |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionL4 Commons
Toolbelt with utilities that are useful for many projects.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| commons-base-1.2.2.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.l4.commons/commons-base/ -->
<dependency>
<groupId>se.l4.commons</groupId>
<artifactId>commons-base</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.l4.commons/commons-base/
implementation 'se.l4.commons:commons-base:1.2.2'
// https://jarcasting.com/artifacts/se.l4.commons/commons-base/
implementation ("se.l4.commons:commons-base:1.2.2")
'se.l4.commons:commons-base:pom:1.2.2'
<dependency org="se.l4.commons" name="commons-base" rev="1.2.2">
<artifact name="commons-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.l4.commons', module='commons-base', version='1.2.2')
)
libraryDependencies += "se.l4.commons" % "commons-base" % "1.2.2"
[se.l4.commons/commons-base "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.spotbugs : spotbugs-annotations Optional | jar | 3.1.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.20.0 |