mmm-marshall
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.m-m-m</groupId> <artifactId>mmm-marshall</artifactId> <version>0.9.11</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"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.m-m-m</groupId> <artifactId>mmm-marshall</artifactId> <version>0.9.11</version> <name>mmm-marshall</name> <description>API for marshalling and unmarshalling data.</description> <url>https://m-m-m.github.io/</url> <inceptionYear>2001</inceptionYear> <organization> <name>mmm-team</name> <url>https://m-m-m.github.io</url> </organization> <licenses> <license> <name>Apache Software License, Version 2.0</name> <url>https://github.com/m-m-m/parent/blob/master/LICENSE</url> <distribution>repro</distribution> <comments></comments> </license> </licenses> <developers> <developer> <id>hohwille</id> <name>Jörg Hohwiller</name> <email>hohwille@users.sourceforge.net</email> <url>http://www.j-hohwiller.de/joerg</url> <organization></organization> <organizationUrl></organizationUrl> <roles> <role>admin</role> <role>designer</role> <role>developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <contributors> <contributor> <name>Malte Brunnlieb</name> <email>m_brunnl@cs.uni-kl.de</email> <url>https://github.com/may-bee/</url> <organization></organization> <organizationUrl></organizationUrl> <timezone>+1</timezone> </contributor> <contributor> <name>Christoph Bauer</name> <email>fridolin@users.sourceforge.net</email> <url>http://www.christoph-bauer.net/</url> <organization></organization> <organizationUrl></organizationUrl> <timezone>+1</timezone> </contributor> </contributors> <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:https://github.com/m-m-m/parent.git</connection> <developerConnection>scm:git:https://github.com/m-m-m/parent.git</developerConnection> <tag></tag> <url>https://github.com/m-m-m/parent/tree/master</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/m-m-m/parent/issues</url> </issueManagement> <distributionManagement> <repository> <id>deploy</id> <name>MMM Staging Repository</name> <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>deploy</id> <name>mmm snapshot repository</name> <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> <properties> <maven.compiler.release>21</maven.compiler.release> <maven.source.plugin.version>3.3.1</maven.source.plugin.version> <github.default.branch>master</github.default.branch> <maven.javadoc.plugin.version>3.8.0</maven.javadoc.plugin.version> <maven.install.plugin.version>3.1.2</maven.install.plugin.version> <maven.resources.plugin.version>3.3.1</maven.resources.plugin.version> <mojo.exec.plugin.version>3.4.0</mojo.exec.plugin.version> <githuib.repository>parent</githuib.repository> <githuib.organization>m-m-m</githuib.organization> <maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <assertj.version>3.26.3</assertj.version> <mmm.flatten.updatePom>true</mmm.flatten.updatePom> <junit.version>5.10.3</junit.version> <logback.version>1.5.6</logback.version> <maven.gpg.plugin.version>3.2.4</maven.gpg.plugin.version> <maven.deploy.plugin.version>3.1.2</maven.deploy.plugin.version> <owasp.dependency.check.plugin.version>9.2.0</owasp.dependency.check.plugin.version> <java.version>21</java.version> <maven.jar.plugin.version>3.4.2</maven.jar.plugin.version> <maven.clean.plugin.version>3.4.0</maven.clean.plugin.version> <mmm.flatten.mode>bom</mmm.flatten.mode> <maven.compiler.fork>true</maven.compiler.fork> <mojo.license.plugin.version>2.4.0</mojo.license.plugin.version> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <revision>0.9.11</revision> <sonar.maven.plugin.version>4.0.0.4121</sonar.maven.plugin.version> <mmm.repository>marshal</mmm.repository> <mojo.flatten.plugin.version>1.3.0</mojo.flatten.plugin.version> <maven.war.plugin.version>3.4.0</maven.war.plugin.version> <maven.surefire.plugin.version>3.3.1</maven.surefire.plugin.version> <maven.archetype.version>3.2.1</maven.archetype.version> <maven.help.plugin.version>3.4.1</maven.help.plugin.version> </properties> <dependencies> <dependency> <groupId>io.github.m-m-m</groupId> <artifactId>mmm-base</artifactId> <version>0.9.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.m-m-m</groupId> <artifactId>mmm-scanner</artifactId> <version>0.9.11</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> <repositories> <repository> <id>teavm-dev</id> <url>https://teavm.org/maven/repository</url> </repository> </repositories> </project>