GroupId | GroupIdio.simplesource |
---|---|
ArtifactId | ArtifactIdsimplesource-command-testutils |
Version | Versionpre-state-store-removal |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.simplesource/simplesource-command-testutils/ -->
<dependency>
<groupId>io.simplesource</groupId>
<artifactId>simplesource-command-testutils</artifactId>
<version>pre-state-store-removal</version>
</dependency>
// https://jarcasting.com/artifacts/io.simplesource/simplesource-command-testutils/
implementation 'io.simplesource:simplesource-command-testutils:pre-state-store-removal'
// https://jarcasting.com/artifacts/io.simplesource/simplesource-command-testutils/
implementation ("io.simplesource:simplesource-command-testutils:pre-state-store-removal")
'io.simplesource:simplesource-command-testutils:jar:pre-state-store-removal'
<dependency org="io.simplesource" name="simplesource-command-testutils" rev="pre-state-store-removal">
<artifact name="simplesource-command-testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.simplesource', module='simplesource-command-testutils', version='pre-state-store-removal')
)
libraryDependencies += "io.simplesource" % "simplesource-command-testutils" % "pre-state-store-removal"
[io.simplesource/simplesource-command-testutils "pre-state-store-removal"]