Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdhu.ibello |
ArtifactId | ArtifactIdibello-gradle-plugin |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
ibello-gradle-plugin-1.1.pom | |
ibello-gradle-plugin-1.1.jar | 18 KB |
ibello-gradle-plugin-1.1-sources.jar | 9 KB |
ibello-gradle-plugin-1.1-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.ibello/ibello-gradle-plugin/ -->
<dependency>
<groupId>hu.ibello</groupId>
<artifactId>ibello-gradle-plugin</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/hu.ibello/ibello-gradle-plugin/
implementation 'hu.ibello:ibello-gradle-plugin:1.1'
// https://jarcasting.com/artifacts/hu.ibello/ibello-gradle-plugin/
implementation ("hu.ibello:ibello-gradle-plugin:1.1")
'hu.ibello:ibello-gradle-plugin:jar:1.1'
<dependency org="hu.ibello" name="ibello-gradle-plugin" rev="1.1">
<artifact name="ibello-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.ibello', module='ibello-gradle-plugin', version='1.1')
)
libraryDependencies += "hu.ibello" % "ibello-gradle-plugin" % "1.1"
[hu.ibello/ibello-gradle-plugin "1.1"]