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