is not current version
Last Version 0.2.5

com.github.goldin:maven-common 0.2.4


Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.goldin
ArtifactId

ArtifactId

maven-common
Version

Version

0.2.4
Type

Type

jar

Download maven-common 0.2.4


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