GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-store |
Version | Version0.4.6 |
Type | Typejar |
Filename | Size |
---|---|
factcast-store-0.4.6.pom | |
factcast-store-0.4.6.jar | 244 KB |
factcast-store-0.4.6-tests.jar | 179 KB |
factcast-store-0.4.6-sources.jar | 152 KB |
factcast-store-0.4.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-store/
implementation 'org.factcast:factcast-store:0.4.6'
// https://jarcasting.com/artifacts/org.factcast/factcast-store/
implementation ("org.factcast:factcast-store:0.4.6")
'org.factcast:factcast-store:jar:0.4.6'
<dependency org="org.factcast" name="factcast-store" rev="0.4.6">
<artifact name="factcast-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-store', version='0.4.6')
)
libraryDependencies += "org.factcast" % "factcast-store" % "0.4.6"
[org.factcast/factcast-store "0.4.6"]