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