Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdorg.openapi4j |
ArtifactId | ArtifactIdopenapi-operation-undertow |
Version | Version0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openapi4j/openapi-operation-undertow/ -->
<dependency>
<groupId>org.openapi4j</groupId>
<artifactId>openapi-operation-undertow</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.openapi4j/openapi-operation-undertow/
implementation 'org.openapi4j:openapi-operation-undertow:0.9'
// https://jarcasting.com/artifacts/org.openapi4j/openapi-operation-undertow/
implementation ("org.openapi4j:openapi-operation-undertow:0.9")
'org.openapi4j:openapi-operation-undertow:jar:0.9'
<dependency org="org.openapi4j" name="openapi-operation-undertow" rev="0.9">
<artifact name="openapi-operation-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openapi4j', module='openapi-operation-undertow', version='0.9')
)
libraryDependencies += "org.openapi4j" % "openapi-operation-undertow" % "0.9"
[org.openapi4j/openapi-operation-undertow "0.9"]