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