| Группа | Группаorg.factcast |
|---|---|
| Идентификатор | Идентификаторfactcast-core |
| Версия | Версия0.3.0-M3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| factcast-core-0.3.0-M3.pom | |
| factcast-core-0.3.0-M3.jar | 82 KB |
| factcast-core-0.3.0-M3-tests.jar | 64 KB |
| factcast-core-0.3.0-M3-sources.jar | 54 KB |
| factcast-core-0.3.0-M3-javadoc.jar | 702 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-core/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-core</artifactId>
<version>0.3.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-core/
implementation 'org.factcast:factcast-core:0.3.0-M3'
// https://jarcasting.com/artifacts/org.factcast/factcast-core/
implementation ("org.factcast:factcast-core:0.3.0-M3")
'org.factcast:factcast-core:jar:0.3.0-M3'
<dependency org="org.factcast" name="factcast-core" rev="0.3.0-M3">
<artifact name="factcast-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-core', version='0.3.0-M3')
)
libraryDependencies += "org.factcast" % "factcast-core" % "0.3.0-M3"
[org.factcast/factcast-core "0.3.0-M3"]