is not current version
Last Version 1.2.2

se.l4.commons:commons-base 1.2.1

Toolbelt with utilities that are useful for many projects.

GroupId

GroupId

se.l4.commons
ArtifactId

ArtifactId

commons-base
Version

Version

1.2.1
Type

Type

pom

Download commons-base 1.2.1

Filename Size
commons-base-1.2.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.l4.commons/commons-base/
implementation 'se.l4.commons:commons-base:1.2.1'
// https://jarcasting.com/artifacts/se.l4.commons/commons-base/
implementation ("se.l4.commons:commons-base:1.2.1")
'se.l4.commons:commons-base:pom:1.2.1'
<dependency org="se.l4.commons" name="commons-base" rev="1.2.1">
  <artifact name="commons-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.l4.commons', module='commons-base', version='1.2.1')
)
libraryDependencies += "se.l4.commons" % "commons-base" % "1.2.1"
[se.l4.commons/commons-base "1.2.1"]