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