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