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