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