is not current version
Last Version 0.3.1

com.github.goldin.plugins.gradle:about 0.2.1

Gradle Plugins

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.goldin.plugins.gradle
ArtifactId

ArtifactId

about
Version

Version

0.2.1
Type

Type

jar

Download about 0.2.1


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