MVN

com.swipecrowd.captainhook : framework-core-clientlib

Maven & Gradle

Oct 25, 2019
0 stars

framework-core-clientlib · Captainhook is a framework that helps developers create microservices. Using a clientlib it's possible to create a typed datacontract that can be shared amongs customers, hence reducing bugs and making development easier and faster.

<dependency>
    <groupId>com.swipecrowd.captainhook</groupId>
    <artifactId>framework-core-clientlib</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swipecrowd.captainhook : framework-core-clientlib to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of com.swipecrowd.captainhook : framework-core-clientlib to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
framework-core-clientlib-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.swipecrowd.captainhook</groupId>
    <artifactId>framework-core-clientlib</artifactId>
    <version>0.1.0</version>
</dependency>

Advertisement