Last Version

Java Repeat 0.0.9

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

License

License

GroupId

GroupId

io.github.java-repeat
ArtifactId

ArtifactId

repeat
Version

Version

0.0.9
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 0.0.9


<!-- 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.