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