MVN

org.apache.dubbo : hessian-lite-parent

Maven & Gradle

Jun 10, 2024
53 stars

Hessian Lite (Parent POM) · The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

<dependency>
    <groupId>org.apache.dubbo</groupId>
    <artifactId>hessian-lite-parent</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.dubbo : hessian-lite-parent to add to Maven - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of org.apache.dubbo : hessian-lite-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
hessian-lite-parent-4.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.dubbo</groupId>
    <artifactId>hessian-lite-parent</artifactId>
    <version>4.0.1</version>
</dependency>

Advertisement