is not current version
Last Version 1.4

io.devcon5:common 1.0

Common tools and utilities.

GroupId

GroupId

io.devcon5
ArtifactId

ArtifactId

common
Version

Version

1.0
Type

Type

pom

Download common 1.0

Filename Size
common-1.0.pom 9 KB
Browse

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