| GroupId | GroupIdorg.juzu | 
|---|---|
| ArtifactId | ArtifactIdjuzu-core | 
| Version | Version0.7.0-beta19 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| juzu-core-0.7.0-beta19.pom | |
| juzu-core-0.7.0-beta19.jar | 904 KB | 
| juzu-core-0.7.0-beta19-tests.jar | 1 MB | 
| juzu-core-0.7.0-beta19-test-sources.jar | 961 KB | 
| juzu-core-0.7.0-beta19-sources.jar | 578 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.juzu/juzu-core/ -->
<dependency>
    <groupId>org.juzu</groupId>
    <artifactId>juzu-core</artifactId>
    <version>0.7.0-beta19</version>
</dependency>// https://jarcasting.com/artifacts/org.juzu/juzu-core/
implementation 'org.juzu:juzu-core:0.7.0-beta19'// https://jarcasting.com/artifacts/org.juzu/juzu-core/
implementation ("org.juzu:juzu-core:0.7.0-beta19")'org.juzu:juzu-core:jar:0.7.0-beta19'<dependency org="org.juzu" name="juzu-core" rev="0.7.0-beta19">
  <artifact name="juzu-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.juzu', module='juzu-core', version='0.7.0-beta19')
)libraryDependencies += "org.juzu" % "juzu-core" % "0.7.0-beta19"[org.juzu/juzu-core "0.7.0-beta19"]