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