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