is not current version
Last Version 1.21.1

hu.ibello:ibello-api 1.8.0

Ibello is an easy-to-use automated test framework for web applications. It's public API is ibello-api.

GroupId

GroupId

hu.ibello
ArtifactId

ArtifactId

ibello-api
Version

Version

1.8.0
Type

Type

jar

Download ibello-api 1.8.0


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