MVN

org.apache.isis.runtimes.dflt : bytecode

Maven & Gradle

Feb 20, 2012

Default Runtime Bytecode Implementations

<dependency>
    <groupId>org.apache.isis.runtimes.dflt</groupId>
    <artifactId>bytecode</artifactId>
    <version>javassist</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.isis.runtimes.dflt : bytecode to add to Maven - Latest Versions:

  • Latest Stable: javassist

All Versions

Choose a version of org.apache.isis.runtimes.dflt : bytecode to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
bytecode-0.2.0-incubating
0.1.x
bytecode-0.1.2-incubating
javassist
bytecode-javassist
identity
bytecode-identity
dflt
bytecode-dflt

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.isis.runtimes.dflt</groupId>
    <artifactId>bytecode</artifactId>
    <version>javassist</version>
</dependency>