| GroupId | GroupIdorg.openapitools.empoa |
|---|---|
| ArtifactId | ArtifactIdempoa-smallrye |
| Version | Version1.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| empoa-smallrye-1.2.1.pom | |
| empoa-smallrye-1.2.1.jar | 261 bytes |
| empoa-smallrye-1.2.1-sources.jar | 375 bytes |
| empoa-smallrye-1.2.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openapitools.empoa/empoa-smallrye/ -->
<dependency>
<groupId>org.openapitools.empoa</groupId>
<artifactId>empoa-smallrye</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openapitools.empoa/empoa-smallrye/
implementation 'org.openapitools.empoa:empoa-smallrye:1.2.1'
// https://jarcasting.com/artifacts/org.openapitools.empoa/empoa-smallrye/
implementation ("org.openapitools.empoa:empoa-smallrye:1.2.1")
'org.openapitools.empoa:empoa-smallrye:jar:1.2.1'
<dependency org="org.openapitools.empoa" name="empoa-smallrye" rev="1.2.1">
<artifact name="empoa-smallrye" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openapitools.empoa', module='empoa-smallrye', version='1.2.1')
)
libraryDependencies += "org.openapitools.empoa" % "empoa-smallrye" % "1.2.1"
[org.openapitools.empoa/empoa-smallrye "1.2.1"]