| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.kapua | 
    
| ArtifactId | ArtifactIdkapua-endpoint | 
    
| Last Version | Last Version1.6.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionEclipse Kapua™ 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| kapua-endpoint-1.6.0.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.kapua/kapua-endpoint/ -->
<dependency>
    <groupId>org.eclipse.kapua</groupId>
    <artifactId>kapua-endpoint</artifactId>
    <version>1.6.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.kapua/kapua-endpoint/
implementation 'org.eclipse.kapua:kapua-endpoint:1.6.0'
                // https://jarcasting.com/artifacts/org.eclipse.kapua/kapua-endpoint/
implementation ("org.eclipse.kapua:kapua-endpoint:1.6.0")
                'org.eclipse.kapua:kapua-endpoint:pom:1.6.0'
                <dependency org="org.eclipse.kapua" name="kapua-endpoint" rev="1.6.0">
  <artifact name="kapua-endpoint" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.kapua', module='kapua-endpoint', version='1.6.0')
)
                libraryDependencies += "org.eclipse.kapua" % "kapua-endpoint" % "1.6.0"
                [org.eclipse.kapua/kapua-endpoint "1.6.0"]