You can download xalan-serializer-2.7.2.jar in this page.
Apache License, Version 2.0
xalan-serializer-2.7.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.lucee/xalan-serializer/pom.properties META-INF/maven/org.lucee/xalan-serializer/pom.xml org.apache.xml.serializer.AttributesImplSerializer.class org.apache.xml.serializer.CharInfo.class org.apache.xml.serializer.DOM3Serializer.class org.apache.xml.serializer.DOMSerializer.class org.apache.xml.serializer.ElemContext.class org.apache.xml.serializer.ElemDesc.class org.apache.xml.serializer.EmptySerializer.class org.apache.xml.serializer.EncodingInfo.class org.apache.xml.serializer.Encodings.class org.apache.xml.serializer.ExtendedContentHandler.class org.apache.xml.serializer.ExtendedLexicalHandler.class org.apache.xml.serializer.Method.class org.apache.xml.serializer.NamespaceMappings.class org.apache.xml.serializer.ObjectFactory.class org.apache.xml.serializer.OutputPropertiesFactory.class org.apache.xml.serializer.OutputPropertyUtils.class org.apache.xml.serializer.SecuritySupport.class org.apache.xml.serializer.SerializationHandler.class org.apache.xml.serializer.Serializer.class org.apache.xml.serializer.SerializerBase.class org.apache.xml.serializer.SerializerConstants.class org.apache.xml.serializer.SerializerFactory.class org.apache.xml.serializer.SerializerTrace.class org.apache.xml.serializer.SerializerTraceWriter.class org.apache.xml.serializer.ToHTMLSAXHandler.class org.apache.xml.serializer.ToHTMLStream.class org.apache.xml.serializer.ToSAXHandler.class org.apache.xml.serializer.ToStream.class org.apache.xml.serializer.ToTextSAXHandler.class org.apache.xml.serializer.ToTextStream.class org.apache.xml.serializer.ToUnknownStream.class org.apache.xml.serializer.ToXMLSAXHandler.class org.apache.xml.serializer.ToXMLStream.class org.apache.xml.serializer.TransformStateSetter.class org.apache.xml.serializer.TreeWalker.class org.apache.xml.serializer.Version.class org.apache.xml.serializer.WriterChain.class org.apache.xml.serializer.WriterToASCI.class org.apache.xml.serializer.WriterToUTF8Buffered.class org.apache.xml.serializer.XSLOutputAttributes.class org.apache.xml.serializer.dom3.DOM3SerializerImpl.class org.apache.xml.serializer.dom3.DOM3TreeWalker.class org.apache.xml.serializer.dom3.DOMConstants.class org.apache.xml.serializer.dom3.DOMErrorHandlerImpl.class org.apache.xml.serializer.dom3.DOMErrorImpl.class org.apache.xml.serializer.dom3.DOMLocatorImpl.class org.apache.xml.serializer.dom3.DOMOutputImpl.class org.apache.xml.serializer.dom3.DOMStringListImpl.class org.apache.xml.serializer.dom3.LSSerializerImpl.class org.apache.xml.serializer.dom3.NamespaceSupport.class org.apache.xml.serializer.utils.AttList.class org.apache.xml.serializer.utils.BoolStack.class org.apache.xml.serializer.utils.DOM2Helper.class org.apache.xml.serializer.utils.Messages.class org.apache.xml.serializer.utils.MsgKey.class org.apache.xml.serializer.utils.SerializerMessages.class org.apache.xml.serializer.utils.SerializerMessages_ca.class org.apache.xml.serializer.utils.SerializerMessages_cs.class org.apache.xml.serializer.utils.SerializerMessages_de.class org.apache.xml.serializer.utils.SerializerMessages_en.class org.apache.xml.serializer.utils.SerializerMessages_es.class org.apache.xml.serializer.utils.SerializerMessages_fr.class org.apache.xml.serializer.utils.SerializerMessages_hu.class org.apache.xml.serializer.utils.SerializerMessages_it.class org.apache.xml.serializer.utils.SerializerMessages_ja.class org.apache.xml.serializer.utils.SerializerMessages_ko.class org.apache.xml.serializer.utils.SerializerMessages_pl.class org.apache.xml.serializer.utils.SerializerMessages_pt_BR.class org.apache.xml.serializer.utils.SerializerMessages_ru.class org.apache.xml.serializer.utils.SerializerMessages_sk.class org.apache.xml.serializer.utils.SerializerMessages_sl.class org.apache.xml.serializer.utils.SerializerMessages_sv.class org.apache.xml.serializer.utils.SerializerMessages_tr.class org.apache.xml.serializer.utils.SerializerMessages_zh.class org.apache.xml.serializer.utils.SerializerMessages_zh_CN.class org.apache.xml.serializer.utils.SerializerMessages_zh_TW.class org.apache.xml.serializer.utils.StringToIntTable.class org.apache.xml.serializer.utils.SystemIDResolver.class org.apache.xml.serializer.utils.URI.class org.apache.xml.serializer.utils.Utils.class org.apache.xml.serializer.utils.WrappedRuntimeException.class org.apache.xml.serializer.utils.XML11Char.class org.apache.xml.serializer.utils.XMLChar.class org/apache/xml/serializer/Encodings.properties org/apache/xml/serializer/HTMLEntities.properties org/apache/xml/serializer/XMLEntities.properties org/apache/xml/serializer/output_html.properties org/apache/xml/serializer/output_text.properties org/apache/xml/serializer/output_unknown.properties org/apache/xml/serializer/output_xml.properties
xalan-serializer-2.7.2.pom file content.
<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> <groupId>org.lucee</groupId> <artifactId>xalan-serializer</artifactId> <version>2.7.2</version> <name>Xalan Serializer</name> <packaging>bundle</packaging> <description>OSGi Version of Xalan Serializer</description> <url>http://maven.lucee.org/xalan-serializer/</url> <!-- same license as the original jar --> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <developers> <developer> <id>micstriit</id> <name>Michael Offner</name> <email>michael@lucee.org</email> <organization>Lucee Association Switzerland</organization> <organizationUrl>http://lucee.org</organizationUrl> <roles> <role>Project-Administrator</role> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.3</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.10</version> <executions> <execution> <id>unpack</id> <phase>validate</phase> <goals> <goal>unpack</goal> </goals> <configuration> <artifactItems> <artifactItem> <groupId>xalan</groupId> <artifactId>serializer</artifactId> <version>2.7.2</version> <type>jar</type> <overWrite>false</overWrite> <outputDirectory>${project.build.directory}/classes</outputDirectory> </artifactItem> </artifactItems> <overWriteReleases>true</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>3.0.1</version> <configuration> <unpackBundle>true</unpackBundle> <instructions> <Bundle-Name>org.lucee.xalan.serializer</Bundle-Name> <Bundle-SymbolicName>org.lucee.xalan.serializer</Bundle-SymbolicName> <Bundle-Description>OSGI version of jar ${project.name}</Bundle-Description> <Export-Package>*</Export-Package> <Require-Bundle>org.lucee.xml.xerces;bundle-version=2.11.0,org.lucee.xml.apis;bundle-version=1.4.1</Require-Bundle> <!-- <Import-Package>*</Import-Package> --> <!-- <DynamicImport-Package>*</DynamicImport-Package> --> <Fragment-Host>org.lucee.xalan</Fragment-Host> </instructions> </configuration> <extensions>true</extensions> </plugin> </plugins> </build> <scm> <url>https://github.com/lucee/osgi-bundle-xalan-serializer</url> <connection>scm:git:git://github.com/lucee/osgi-bundle-xalan-serializer.git</connection> <developerConnection>scm:git:git@github.com:lucee/osgi-bundle-xalan-serializer.git</developerConnection> <tag>Xalan Serializer OSGi library</tag> </scm> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> </project>
<dependency> <groupId>org.lucee</groupId> <artifactId>xalan-serializer</artifactId> <version>2.7.2</version> </dependency>
If you think the following xalan-serializer-2.7.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download xalan-serializer-2.7.2.jar file