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