Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.ipsingh12 |
ArtifactId | ArtifactIdcobalt-gradle-plugin |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
cobalt-gradle-plugin-1.0.3.pom | |
cobalt-gradle-plugin-1.0.3.jar | 5 KB |
cobalt-gradle-plugin-1.0.3-sources.jar | 963 bytes |
cobalt-gradle-plugin-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ipsingh12/cobalt-gradle-plugin/
implementation 'com.github.ipsingh12:cobalt-gradle-plugin:1.0.3'
// https://jarcasting.com/artifacts/com.github.ipsingh12/cobalt-gradle-plugin/
implementation ("com.github.ipsingh12:cobalt-gradle-plugin:1.0.3")
'com.github.ipsingh12:cobalt-gradle-plugin:jar:1.0.3'
<dependency org="com.github.ipsingh12" name="cobalt-gradle-plugin" rev="1.0.3">
<artifact name="cobalt-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ipsingh12', module='cobalt-gradle-plugin', version='1.0.3')
)
libraryDependencies += "com.github.ipsingh12" % "cobalt-gradle-plugin" % "1.0.3"
[com.github.ipsingh12/cobalt-gradle-plugin "1.0.3"]