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