is not current version
Last Version 1.2.2

se.l4.commons:commons-base 0.4

Toolbelt with utilities that are useful for many projects.

GroupId

GroupId

se.l4.commons
ArtifactId

ArtifactId

commons-base
Version

Version

0.4
Type

Type

pom

Download commons-base 0.4

Filename Size
commons-base-0.4.pom 3 KB
Browse

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