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