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