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