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