GroupId | GroupIdcom.reprezen.genflow |
---|---|
ArtifactId | ArtifactIdrapidml-jaxrs |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rapidml-jaxrs-1.0.0.pom | |
rapidml-jaxrs-1.0.0.jar | 24 KB |
rapidml-jaxrs-1.0.0-sources.jar | 29 KB |
rapidml-jaxrs-1.0.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.reprezen.genflow/rapidml-jaxrs/ -->
<dependency>
<groupId>com.reprezen.genflow</groupId>
<artifactId>rapidml-jaxrs</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.reprezen.genflow/rapidml-jaxrs/
implementation 'com.reprezen.genflow:rapidml-jaxrs:1.0.0'
// https://jarcasting.com/artifacts/com.reprezen.genflow/rapidml-jaxrs/
implementation ("com.reprezen.genflow:rapidml-jaxrs:1.0.0")
'com.reprezen.genflow:rapidml-jaxrs:jar:1.0.0'
<dependency org="com.reprezen.genflow" name="rapidml-jaxrs" rev="1.0.0">
<artifact name="rapidml-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reprezen.genflow', module='rapidml-jaxrs', version='1.0.0')
)
libraryDependencies += "com.reprezen.genflow" % "rapidml-jaxrs" % "1.0.0"
[com.reprezen.genflow/rapidml-jaxrs "1.0.0"]