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