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