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