MVN

com.dinstone.focus : focus-parent

Maven & Gradle

Jul 07, 2023
4 stars

focus · Focus is the next generation cross language lightweight RPC framework. It can quickly and easily develop microservice applications, which greatly simplifies RPC programming.

<dependency>
    <groupId>com.dinstone.focus</groupId>
    <artifactId>focus-parent</artifactId>
    <version>0.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dinstone.focus : focus-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of com.dinstone.focus : focus-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
focus-parent-0.9.9
focus-parent-0.9.8
focus-parent-0.9.7
focus-parent-0.9.6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.dinstone.focus</groupId>
    <artifactId>focus-parent</artifactId>
    <version>0.9.9</version>
</dependency>

Advertisement