is not current version
Last Version 0.3.1

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

Gradle Plugins

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.goldin.plugins.gradle
ArtifactId

ArtifactId

common
Version

Version

0.3
Type

Type

jar

Download common 0.3


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