GroupId | GroupIdcom.github.filipesperandio.vraptor |
---|---|
ArtifactId | ArtifactIdvraptor-hypermedia |
Version | Version3.4.1.gson |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.filipesperandio.vraptor/vraptor-hypermedia/ -->
<dependency>
<groupId>com.github.filipesperandio.vraptor</groupId>
<artifactId>vraptor-hypermedia</artifactId>
<version>3.4.1.gson</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.filipesperandio.vraptor/vraptor-hypermedia/
implementation 'com.github.filipesperandio.vraptor:vraptor-hypermedia:3.4.1.gson'
// https://jarcasting.com/artifacts/com.github.filipesperandio.vraptor/vraptor-hypermedia/
implementation ("com.github.filipesperandio.vraptor:vraptor-hypermedia:3.4.1.gson")
'com.github.filipesperandio.vraptor:vraptor-hypermedia:jar:3.4.1.gson'
<dependency org="com.github.filipesperandio.vraptor" name="vraptor-hypermedia" rev="3.4.1.gson">
<artifact name="vraptor-hypermedia" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.filipesperandio.vraptor', module='vraptor-hypermedia', version='3.4.1.gson')
)
libraryDependencies += "com.github.filipesperandio.vraptor" % "vraptor-hypermedia" % "3.4.1.gson"
[com.github.filipesperandio.vraptor/vraptor-hypermedia "3.4.1.gson"]