is not current version
Last Version 0.3.1

com.github.goldin.plugins.gradle:common 0.2.2

Gradle Plugins

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.goldin.plugins.gradle
ArtifactId

ArtifactId

common
Version

Version

0.2.2
Type

Type

jar

Download common 0.2.2


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