is not current version
Last Version 0.3.1

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

Gradle Plugins

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.goldin.plugins.gradle
ArtifactId

ArtifactId

common
Version

Version

0.2.4
Type

Type

jar

Download common 0.2.4


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