GroupId | GroupIdorg.raml.jaxrs |
---|---|
ArtifactId | ArtifactIdjaxrs-to-raml-core |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jaxrs-to-raml-core-3.0.0.pom | |
jaxrs-to-raml-core-3.0.0.jar | 6 KB |
jaxrs-to-raml-core-3.0.0-sources.jar | 4 KB |
jaxrs-to-raml-core-3.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-core/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>jaxrs-to-raml-core</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-core/
implementation 'org.raml.jaxrs:jaxrs-to-raml-core:3.0.0'
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-core/
implementation ("org.raml.jaxrs:jaxrs-to-raml-core:3.0.0")
'org.raml.jaxrs:jaxrs-to-raml-core:jar:3.0.0'
<dependency org="org.raml.jaxrs" name="jaxrs-to-raml-core" rev="3.0.0">
<artifact name="jaxrs-to-raml-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='jaxrs-to-raml-core', version='3.0.0')
)
libraryDependencies += "org.raml.jaxrs" % "jaxrs-to-raml-core" % "3.0.0"
[org.raml.jaxrs/jaxrs-to-raml-core "3.0.0"]