Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.fburato |
ArtifactId | ArtifactIdhwm-gradle-plugin |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
hwm-gradle-plugin-0.1.pom | |
hwm-gradle-plugin-0.1.jar | 12 KB |
hwm-gradle-plugin-0.1-sources.jar | 2 KB |
hwm-gradle-plugin-0.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fburato/hwm-gradle-plugin/ -->
<dependency>
<groupId>com.github.fburato</groupId>
<artifactId>hwm-gradle-plugin</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fburato/hwm-gradle-plugin/
implementation 'com.github.fburato:hwm-gradle-plugin:0.1'
// https://jarcasting.com/artifacts/com.github.fburato/hwm-gradle-plugin/
implementation ("com.github.fburato:hwm-gradle-plugin:0.1")
'com.github.fburato:hwm-gradle-plugin:jar:0.1'
<dependency org="com.github.fburato" name="hwm-gradle-plugin" rev="0.1">
<artifact name="hwm-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fburato', module='hwm-gradle-plugin', version='0.1')
)
libraryDependencies += "com.github.fburato" % "hwm-gradle-plugin" % "0.1"
[com.github.fburato/hwm-gradle-plugin "0.1"]