| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.swipecrowd.captainhook | 
    
| ArtifactId | ArtifactIdframework-core-clientlib | 
    
| Last Version | Last Version0.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionframework-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. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| framework-core-clientlib-0.1.0.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.swipecrowd.captainhook/framework-core-clientlib/ -->
<dependency>
    <groupId>com.swipecrowd.captainhook</groupId>
    <artifactId>framework-core-clientlib</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.swipecrowd.captainhook/framework-core-clientlib/
implementation 'com.swipecrowd.captainhook:framework-core-clientlib:0.1.0'
                // https://jarcasting.com/artifacts/com.swipecrowd.captainhook/framework-core-clientlib/
implementation ("com.swipecrowd.captainhook:framework-core-clientlib:0.1.0")
                'com.swipecrowd.captainhook:framework-core-clientlib:pom:0.1.0'
                <dependency org="com.swipecrowd.captainhook" name="framework-core-clientlib" rev="0.1.0">
  <artifact name="framework-core-clientlib" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.swipecrowd.captainhook', module='framework-core-clientlib', version='0.1.0')
)
                libraryDependencies += "com.swipecrowd.captainhook" % "framework-core-clientlib" % "0.1.0"
                [com.swipecrowd.captainhook/framework-core-clientlib "0.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.swipecrowd.captainhook : framework-core | jar | 0.1.0 |