| GroupId | GroupIdorg.juzu | 
|---|---|
| ArtifactId | ArtifactIdjuzu-core | 
| Version | Version0.6.0-beta4 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| juzu-core-0.6.0-beta4.pom | |
| juzu-core-0.6.0-beta4.jar | 750 KB | 
| juzu-core-0.6.0-beta4-tests.jar | 519 KB | 
| juzu-core-0.6.0-beta4-test-sources.jar | 486 KB | 
| juzu-core-0.6.0-beta4-sources.jar | 520 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.juzu/juzu-core/ -->
<dependency>
    <groupId>org.juzu</groupId>
    <artifactId>juzu-core</artifactId>
    <version>0.6.0-beta4</version>
</dependency>// https://jarcasting.com/artifacts/org.juzu/juzu-core/
implementation 'org.juzu:juzu-core:0.6.0-beta4'// https://jarcasting.com/artifacts/org.juzu/juzu-core/
implementation ("org.juzu:juzu-core:0.6.0-beta4")'org.juzu:juzu-core:jar:0.6.0-beta4'<dependency org="org.juzu" name="juzu-core" rev="0.6.0-beta4">
  <artifact name="juzu-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.juzu', module='juzu-core', version='0.6.0-beta4')
)libraryDependencies += "org.juzu" % "juzu-core" % "0.6.0-beta4"[org.juzu/juzu-core "0.6.0-beta4"]