GroupId | GroupIdse.l4.commons |
---|---|
ArtifactId | ArtifactIdcommons-base |
Version | Version0.4.2 |
Type | Typepom |
Filename | Size |
---|---|
commons-base-0.4.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.l4.commons/commons-base/
implementation 'se.l4.commons:commons-base:0.4.2'
// https://jarcasting.com/artifacts/se.l4.commons/commons-base/
implementation ("se.l4.commons:commons-base:0.4.2")
'se.l4.commons:commons-base:pom:0.4.2'
<dependency org="se.l4.commons" name="commons-base" rev="0.4.2">
<artifact name="commons-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.l4.commons', module='commons-base', version='0.4.2')
)
libraryDependencies += "se.l4.commons" % "commons-base" % "0.4.2"
[se.l4.commons/commons-base "0.4.2"]