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