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