is not current version
Last Version 1.4

io.devcon5:common 1.3

Common tools and utilities.

GroupId

GroupId

io.devcon5
ArtifactId

ArtifactId

common
Version

Version

1.3
Type

Type

pom

Download common 1.3

Filename Size
common-1.3.pom 11 KB
Browse

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