GroupId | GroupIdio.github.logrecorder |
---|---|
ArtifactId | ArtifactIdlogrecorder-assertions |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-assertions/ -->
<dependency>
<groupId>io.github.logrecorder</groupId>
<artifactId>logrecorder-assertions</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-assertions/
implementation 'io.github.logrecorder:logrecorder-assertions:2.0.1'
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-assertions/
implementation ("io.github.logrecorder:logrecorder-assertions:2.0.1")
'io.github.logrecorder:logrecorder-assertions:jar:2.0.1'
<dependency org="io.github.logrecorder" name="logrecorder-assertions" rev="2.0.1">
<artifact name="logrecorder-assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.logrecorder', module='logrecorder-assertions', version='2.0.1')
)
libraryDependencies += "io.github.logrecorder" % "logrecorder-assertions" % "2.0.1"
[io.github.logrecorder/logrecorder-assertions "2.0.1"]