f

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.
https://www.github.com/arthurv89/captainhook
Apache License, Version 2.0
Arthur V
Files download
File Operation
framework-core-clientlib-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.swipecrowd.captainhook</groupId>
  <artifactId>framework-core-clientlib</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.swipecrowd.captainhook:framework-core-clientlib:0.1.0'
Gradle Kotlin
implementation("com.swipecrowd.captainhook:framework-core-clientlib:0.1.0")
Scala SBT
libraryDependencies += "com.swipecrowd.captainhook" % "framework-core-clientlib" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.swipecrowd.captainhook', module='framework-core-clientlib', version='0.1.0')
)
Apache Ivy
<dependency org="com.swipecrowd.captainhook" name="framework-core-clientlib" rev="0.1.0" />
Leiningen
[com.swipecrowd.captainhook/framework-core-clientlib "0.1.0"]
Apache Buildr
'com.swipecrowd.captainhook:framework-core-clientlib:jar:0.1.0'