GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-core |
Version | Version0.1.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
factcast-core-0.1.0-RC2.pom | |
factcast-core-0.1.0-RC2.jar | 65 KB |
factcast-core-0.1.0-RC2-tests.jar | 66 KB |
factcast-core-0.1.0-RC2-sources.jar | 41 KB |
factcast-core-0.1.0-RC2-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-core/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-core</artifactId>
<version>0.1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-core/
implementation 'org.factcast:factcast-core:0.1.0-RC2'
// https://jarcasting.com/artifacts/org.factcast/factcast-core/
implementation ("org.factcast:factcast-core:0.1.0-RC2")
'org.factcast:factcast-core:jar:0.1.0-RC2'
<dependency org="org.factcast" name="factcast-core" rev="0.1.0-RC2">
<artifact name="factcast-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-core', version='0.1.0-RC2')
)
libraryDependencies += "org.factcast" % "factcast-core" % "0.1.0-RC2"
[org.factcast/factcast-core "0.1.0-RC2"]