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