| GroupId | GroupIdorg.nakedobjects | 
|---|---|
| ArtifactId | ArtifactIdruntime | 
| Version | Version4.0-alpha-3 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| runtime-4.0-alpha-3.pom | |
| runtime-4.0-alpha-3.jar | 462 KB | 
| runtime-4.0-alpha-3-tests.jar | 193 KB | 
| runtime-4.0-alpha-3-test-sources.jar | 92 KB | 
| runtime-4.0-alpha-3-sources.jar | 345 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.nakedobjects/runtime/ -->
<dependency>
    <groupId>org.nakedobjects</groupId>
    <artifactId>runtime</artifactId>
    <version>4.0-alpha-3</version>
</dependency>// https://jarcasting.com/artifacts/org.nakedobjects/runtime/
implementation 'org.nakedobjects:runtime:4.0-alpha-3'// https://jarcasting.com/artifacts/org.nakedobjects/runtime/
implementation ("org.nakedobjects:runtime:4.0-alpha-3")'org.nakedobjects:runtime:jar:4.0-alpha-3'<dependency org="org.nakedobjects" name="runtime" rev="4.0-alpha-3">
  <artifact name="runtime" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nakedobjects', module='runtime', version='4.0-alpha-3')
)libraryDependencies += "org.nakedobjects" % "runtime" % "4.0-alpha-3"[org.nakedobjects/runtime "4.0-alpha-3"]