GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-store-test |
Version | Version0.0.18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-store-test/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-store-test</artifactId>
<version>0.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-store-test/
implementation 'org.factcast:factcast-store-test:0.0.18'
// https://jarcasting.com/artifacts/org.factcast/factcast-store-test/
implementation ("org.factcast:factcast-store-test:0.0.18")
'org.factcast:factcast-store-test:jar:0.0.18'
<dependency org="org.factcast" name="factcast-store-test" rev="0.0.18">
<artifact name="factcast-store-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-store-test', version='0.0.18')
)
libraryDependencies += "org.factcast" % "factcast-store-test" % "0.0.18"
[org.factcast/factcast-store-test "0.0.18"]