GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-store |
Version | Version0.5.4 |
Type | Typejar |
Filename | Size |
---|---|
factcast-store-0.5.4.pom | |
factcast-store-0.5.4.jar | 249 KB |
factcast-store-0.5.4-tests.jar | 182 KB |
factcast-store-0.5.4-sources.jar | 155 KB |
factcast-store-0.5.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-store/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-store</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-store/
implementation 'org.factcast:factcast-store:0.5.4'
// https://jarcasting.com/artifacts/org.factcast/factcast-store/
implementation ("org.factcast:factcast-store:0.5.4")
'org.factcast:factcast-store:jar:0.5.4'
<dependency org="org.factcast" name="factcast-store" rev="0.5.4">
<artifact name="factcast-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-store', version='0.5.4')
)
libraryDependencies += "org.factcast" % "factcast-store" % "0.5.4"
[org.factcast/factcast-store "0.5.4"]