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