GroupId | GroupIdio.rocketbase.commons |
---|---|
ArtifactId | ArtifactIdcommons-rest-openapi |
Version | Version2.3.4 |
Type | Typejar |
Filename | Size |
---|---|
commons-rest-openapi-2.3.4.pom | |
commons-rest-openapi-2.3.4.jar | 47 KB |
commons-rest-openapi-2.3.4-sources.jar | 20 KB |
commons-rest-openapi-2.3.4-javadoc.jar | 498 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-openapi/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-rest-openapi</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-openapi/
implementation 'io.rocketbase.commons:commons-rest-openapi:2.3.4'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-openapi/
implementation ("io.rocketbase.commons:commons-rest-openapi:2.3.4")
'io.rocketbase.commons:commons-rest-openapi:jar:2.3.4'
<dependency org="io.rocketbase.commons" name="commons-rest-openapi" rev="2.3.4">
<artifact name="commons-rest-openapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-rest-openapi', version='2.3.4')
)
libraryDependencies += "io.rocketbase.commons" % "commons-rest-openapi" % "2.3.4"
[io.rocketbase.commons/commons-rest-openapi "2.3.4"]