GroupId | GroupIdio.devcon5 |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.3.2 |
Type | Typepom |
Filename | Size |
---|---|
common-1.3.2.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.devcon5/common/ -->
<dependency>
<groupId>io.devcon5</groupId>
<artifactId>common</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.devcon5/common/
implementation 'io.devcon5:common:1.3.2'
// https://jarcasting.com/artifacts/io.devcon5/common/
implementation ("io.devcon5:common:1.3.2")
'io.devcon5:common:pom:1.3.2'
<dependency org="io.devcon5" name="common" rev="1.3.2">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.devcon5', module='common', version='1.3.2')
)
libraryDependencies += "io.devcon5" % "common" % "1.3.2"
[io.devcon5/common "1.3.2"]