Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.stanfy.helium |
ArtifactId | ArtifactIdgradle-plugin |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
gradle-plugin-0.4.0.pom | |
gradle-plugin-0.4.0.jar | 95 KB |
gradle-plugin-0.4.0-sources.jar | 11 KB |
gradle-plugin-0.4.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stanfy.helium/gradle-plugin/ -->
<dependency>
<groupId>com.stanfy.helium</groupId>
<artifactId>gradle-plugin</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.helium/gradle-plugin/
implementation 'com.stanfy.helium:gradle-plugin:0.4.0'
// https://jarcasting.com/artifacts/com.stanfy.helium/gradle-plugin/
implementation ("com.stanfy.helium:gradle-plugin:0.4.0")
'com.stanfy.helium:gradle-plugin:jar:0.4.0'
<dependency org="com.stanfy.helium" name="gradle-plugin" rev="0.4.0">
<artifact name="gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.helium', module='gradle-plugin', version='0.4.0')
)
libraryDependencies += "com.stanfy.helium" % "gradle-plugin" % "0.4.0"
[com.stanfy.helium/gradle-plugin "0.4.0"]