generator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.reajason</groupId> <artifactId>generator</artifactId> <version>1.7.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.reajason</groupId> <artifactId>generator</artifactId> <version>1.7.0</version> <name>MemShellParty</name> <description>MemShell Generator for Java</description> <url>https://github.com/ReaJason/MemShellParty</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>MIT</name> <url>https://spdx.org/licenses/MIT.html</url> </license> </licenses> <developers> <developer> <id>reajason</id> <name>ReaJason</name> <url>https://reajason.eu.org</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/ReaJason/MemShellParty.git</connection> <developerConnection>scm:git:ssh://github.com/ReaJason/MemShellParty.git</developerConnection> <url>https://github.com/ReaJason/MemShellParty</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.reajason</groupId> <artifactId>memshell-party-bom</artifactId> <version>1.7.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.github.reajason</groupId> <artifactId>memshell-party-common</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.reajason</groupId> <artifactId>deserialize</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.reajason</groupId> <artifactId>memshell</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.reajason</groupId> <artifactId>memshell-java8</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-commons</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.websocket</groupId> <artifactId>javax.websocket-api</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webflux</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty-core</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>