qbicc-plugin-serialization
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.qbicc</groupId> <artifactId>qbicc-plugin-serialization</artifactId> <version>0.77.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.qbicc</groupId> <artifactId>qbicc-plugin-parent</artifactId> <version>0.77.0</version> </parent> <artifactId>qbicc-plugin-serialization</artifactId> <name>Qbicc Plugin: Serialization</name> <description>Support for serializing the build time heap</description> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>qbicc-compiler</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>qbicc-interpreter</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>qbicc-plugin-constants</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>qbicc-plugin-instanceof-checkcast</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>qbicc-plugin-layout</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>qbicc-plugin-reachability</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>qbicc-plugin-thread-local</artifactId> </dependency> </dependencies> </project>