is not current version
Last Version 0.0.5

com.github.dingey:common 0.0.1


GroupId

GroupId

com.github.dingey
ArtifactId

ArtifactId

common
Version

Version

0.0.1
Type

Type

pom

Download common 0.0.1

Filename Size
common-0.0.1.pom 4 KB
Browse

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