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