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