is not current version
Last Version 1.6.4

com.github.gustavovitor:common 1.2.2


GroupId

GroupId

com.github.gustavovitor
ArtifactId

ArtifactId

common
Version

Version

1.2.2
Type

Type

jar

Download common 1.2.2


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