GroupId | GroupIdorg.raml |
---|---|
ArtifactId | ArtifactIdraml-jaxrs-codegen-core |
Version | Version1.3.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.raml/raml-jaxrs-codegen-core/ -->
<dependency>
<groupId>org.raml</groupId>
<artifactId>raml-jaxrs-codegen-core</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml/raml-jaxrs-codegen-core/
implementation 'org.raml:raml-jaxrs-codegen-core:1.3.3'
// https://jarcasting.com/artifacts/org.raml/raml-jaxrs-codegen-core/
implementation ("org.raml:raml-jaxrs-codegen-core:1.3.3")
'org.raml:raml-jaxrs-codegen-core:jar:1.3.3'
<dependency org="org.raml" name="raml-jaxrs-codegen-core" rev="1.3.3">
<artifact name="raml-jaxrs-codegen-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml', module='raml-jaxrs-codegen-core', version='1.3.3')
)
libraryDependencies += "org.raml" % "raml-jaxrs-codegen-core" % "1.3.3"
[org.raml/raml-jaxrs-codegen-core "1.3.3"]