is not current version
Last Version 1.3

hu.ibello:ibello-gradle-plugin 1.0

Gradle plugin for the ibello test framework.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

hu.ibello
ArtifactId

ArtifactId

ibello-gradle-plugin
Version

Version

1.0
Type

Type

jar

Download ibello-gradle-plugin 1.0


<!-- https://jarcasting.com/artifacts/hu.ibello/ibello-gradle-plugin/ -->
<dependency>
    <groupId>hu.ibello</groupId>
    <artifactId>ibello-gradle-plugin</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.ibello/ibello-gradle-plugin/
implementation 'hu.ibello:ibello-gradle-plugin:1.0'
// https://jarcasting.com/artifacts/hu.ibello/ibello-gradle-plugin/
implementation ("hu.ibello:ibello-gradle-plugin:1.0")
'hu.ibello:ibello-gradle-plugin:jar:1.0'
<dependency org="hu.ibello" name="ibello-gradle-plugin" rev="1.0">
  <artifact name="ibello-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.ibello', module='ibello-gradle-plugin', version='1.0')
)
libraryDependencies += "hu.ibello" % "ibello-gradle-plugin" % "1.0"
[hu.ibello/ibello-gradle-plugin "1.0"]