| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.ditto | 
    
| ArtifactId | ArtifactIdditto-gateway-service | 
    
| Last Version | Last Version2.4.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionEclipse Ditto :: Gateway :: Service 
            Eclipse Ditto is a framework for creating and managing digital twins in the IoT. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.eclipse.ditto/ditto-gateway-service/ -->
<dependency>
    <groupId>org.eclipse.ditto</groupId>
    <artifactId>ditto-gateway-service</artifactId>
    <version>2.4.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.ditto/ditto-gateway-service/
implementation 'org.eclipse.ditto:ditto-gateway-service:2.4.0'
                // https://jarcasting.com/artifacts/org.eclipse.ditto/ditto-gateway-service/
implementation ("org.eclipse.ditto:ditto-gateway-service:2.4.0")
                'org.eclipse.ditto:ditto-gateway-service:jar:2.4.0'
                <dependency org="org.eclipse.ditto" name="ditto-gateway-service" rev="2.4.0">
  <artifact name="ditto-gateway-service" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.ditto', module='ditto-gateway-service', version='2.4.0')
)
                libraryDependencies += "org.eclipse.ditto" % "ditto-gateway-service" % "2.4.0"
                [org.eclipse.ditto/ditto-gateway-service "2.4.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 | 
| org.eclipse.ditto : ditto-utils-jsr305 | jar | 2.4.0 | 
| org.eclipse.ditto : ditto-legal | jar | 2.4.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| io.jsonwebtoken : jjwt-impl | jar | 0.11.2 | 
| net.logstash.logback : logstash-logback-encoder | jar | 7.0.1 |