is not current version
Last Version 8.2.2

io.github.theangrydev.fluentbdd:core 8.2.1


GroupId

GroupId

io.github.theangrydev.fluentbdd
ArtifactId

ArtifactId

core
Version

Version

8.2.1
Type

Type

jar

Download core 8.2.1


<!-- https://jarcasting.com/artifacts/io.github.theangrydev.fluentbdd/core/ -->
<dependency>
    <groupId>io.github.theangrydev.fluentbdd</groupId>
    <artifactId>core</artifactId>
    <version>8.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev.fluentbdd/core/
implementation 'io.github.theangrydev.fluentbdd:core:8.2.1'
// https://jarcasting.com/artifacts/io.github.theangrydev.fluentbdd/core/
implementation ("io.github.theangrydev.fluentbdd:core:8.2.1")
'io.github.theangrydev.fluentbdd:core:jar:8.2.1'
<dependency org="io.github.theangrydev.fluentbdd" name="core" rev="8.2.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev.fluentbdd', module='core', version='8.2.1')
)
libraryDependencies += "io.github.theangrydev.fluentbdd" % "core" % "8.2.1"
[io.github.theangrydev.fluentbdd/core "8.2.1"]