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