<dependency> <groupId>com.vlkan.hrrs</groupId> <artifactId>hrrs-example-jaxrs</artifactId> <version>0.4</version> <type>war</type> </dependency>
implementation 'com.vlkan.hrrs:hrrs-example-jaxrs:0.4'
implementation("com.vlkan.hrrs:hrrs-example-jaxrs:0.4")
libraryDependencies += "com.vlkan.hrrs" % "hrrs-example-jaxrs" % "0.4"
@Grapes( @Grab(group='com.vlkan.hrrs', module='hrrs-example-jaxrs', version='0.4') )
<dependency org="com.vlkan.hrrs" name="hrrs-example-jaxrs" rev="0.4" />
[com.vlkan.hrrs/hrrs-example-jaxrs "0.4"]
'com.vlkan.hrrs:hrrs-example-jaxrs:jar:0.4'
<parent> <groupId>com.vlkan.hrrs</groupId> <artifactId>hrrs-parent</artifactId> <version>0.4</version> </parent>
compile
|-- com.vlkan.hrrs:hrrs-servlet-filter-base64
|-- javax.ws.rs:javax.ws.rs-api:2.0.1
|-- org.glassfish.jersey.bundles:jaxrs-ri:2.25
|-- org.slf4j:slf4j-log4j12
provided
|-- javax.servlet:javax.servlet-api