| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdio.openapitools.hal | 
    
| ArtifactId | ArtifactIdswagger-hal | 
    
| Last Version | Last Version2.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSwagger HAL module 
            Swagger Open API specification module supporting generation of documentation from
        endpoints utilizing the Jackson HAL module. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| swagger-hal-2.0.2.pom | |
| swagger-hal-2.0.2.jar | 8 KB | 
| swagger-hal-2.0.2-sources.jar | 5 KB | 
| swagger-hal-2.0.2-javadoc.jar | 378 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.openapitools.hal/swagger-hal/ -->
<dependency>
    <groupId>io.openapitools.hal</groupId>
    <artifactId>swagger-hal</artifactId>
    <version>2.0.2</version>
</dependency>
                // https://jarcasting.com/artifacts/io.openapitools.hal/swagger-hal/
implementation 'io.openapitools.hal:swagger-hal:2.0.2'
                // https://jarcasting.com/artifacts/io.openapitools.hal/swagger-hal/
implementation ("io.openapitools.hal:swagger-hal:2.0.2")
                'io.openapitools.hal:swagger-hal:jar:2.0.2'
                <dependency org="io.openapitools.hal" name="swagger-hal" rev="2.0.2">
  <artifact name="swagger-hal" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.openapitools.hal', module='swagger-hal', version='2.0.2')
)
                libraryDependencies += "io.openapitools.hal" % "swagger-hal" % "2.0.2"
                [io.openapitools.hal/swagger-hal "2.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 2.1.6 | 
| io.swagger.core.v3 : swagger-models | jar | 2.1.4 | 
| io.swagger.core.v3 : swagger-jaxrs2 | jar | 2.1.4 | 
| io.openapitools.jackson.dataformat : jackson-dataformat-hal | jar | 1.0.7 | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| jakarta.xml.bind : jakarta.xml.bind-api Optional | jar | 2.3.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 | 
| org.junit.platform : junit-platform-launcher | jar | 1.7.0 | 
| org.slf4j : slf4j-simple | jar | 1.7.30 | 
| org.mockito : mockito-core | jar | 3.5.11 |