Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.ipsingh12 |
ArtifactId | ArtifactIdcobalt-gradle-plugin |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
cobalt-gradle-plugin-1.0.6.pom | |
cobalt-gradle-plugin-1.0.6.jar | 9 KB |
cobalt-gradle-plugin-1.0.6-sources.jar | 1 KB |
cobalt-gradle-plugin-1.0.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ipsingh12/cobalt-gradle-plugin/ -->
<dependency>
<groupId>com.github.ipsingh12</groupId>
<artifactId>cobalt-gradle-plugin</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ipsingh12/cobalt-gradle-plugin/
implementation 'com.github.ipsingh12:cobalt-gradle-plugin:1.0.6'
// https://jarcasting.com/artifacts/com.github.ipsingh12/cobalt-gradle-plugin/
implementation ("com.github.ipsingh12:cobalt-gradle-plugin:1.0.6")
'com.github.ipsingh12:cobalt-gradle-plugin:jar:1.0.6'
<dependency org="com.github.ipsingh12" name="cobalt-gradle-plugin" rev="1.0.6">
<artifact name="cobalt-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ipsingh12', module='cobalt-gradle-plugin', version='1.0.6')
)
libraryDependencies += "com.github.ipsingh12" % "cobalt-gradle-plugin" % "1.0.6"
[com.github.ipsingh12/cobalt-gradle-plugin "1.0.6"]