Java Repeat

Java Repeat provides an abstraction around running blocks of code multiple times.

License

License

GroupId

GroupId

io.github.java-repeat
ArtifactId

ArtifactId

repeat
Last Version

Last Version

0.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

Java Repeat
Java Repeat provides an abstraction around running blocks of code multiple times.
Project URL

Project URL

https://java-repeat.github.io/
Source Code Management

Source Code Management

https://github.com/java-repeat/java-repeat

Download repeat

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.9
0.0.8
0.0.7