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