License |
License |
---|---|
GroupId | GroupIdorg.apache.isis.runtimes.dflt.bytecode |
ArtifactId | ArtifactIddflt |
Last Version | Last Version0.2.0-incubating |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDefault Runtime Default Bytecode (CgLib)
Default runtime implementation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dflt-0.2.0-incubating.pom | |
dflt-0.2.0-incubating.jar | 16 KB |
dflt-0.2.0-incubating-tests.jar | 13 KB |
dflt-0.2.0-incubating-test-sources.jar | 10 KB |
dflt-0.2.0-incubating-sources.jar | 12 KB |
dflt-0.2.0-incubating-site.xml | 810 bytes |
dflt-0.2.0-incubating-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.bytecode/dflt/ -->
<dependency>
<groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
<artifactId>dflt</artifactId>
<version>0.2.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.bytecode/dflt/
implementation 'org.apache.isis.runtimes.dflt.bytecode:dflt:0.2.0-incubating'
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.bytecode/dflt/
implementation ("org.apache.isis.runtimes.dflt.bytecode:dflt:0.2.0-incubating")
'org.apache.isis.runtimes.dflt.bytecode:dflt:jar:0.2.0-incubating'
<dependency org="org.apache.isis.runtimes.dflt.bytecode" name="dflt" rev="0.2.0-incubating">
<artifact name="dflt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.runtimes.dflt.bytecode', module='dflt', version='0.2.0-incubating')
)
libraryDependencies += "org.apache.isis.runtimes.dflt.bytecode" % "dflt" % "0.2.0-incubating"
[org.apache.isis.runtimes.dflt.bytecode/dflt "0.2.0-incubating"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.isis.runtimes.dflt : runtime | jar | 0.2.0-incubating |
asm : asm | jar | 3.1 |
org.objenesis : objenesis | jar | 1.2 |
cglib : cglib-nodep | jar | 2.1_3 |
log4j : log4j | jar | 1.2.16 |
com.google.guava : guava | jar | 11.0 |
org.hamcrest : hamcrest-library | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.isis.runtimes.dflt : runtime | test-jar | 0.2.0-incubating |
junit : junit | jar | 4.10 |
org.jmock : jmock-junit4 | jar | 2.5.1 |
org.jmock : jmock-legacy | jar | 2.5.1 |