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