| GroupId | GroupIdbr.com.caelum |
|---|---|
| ArtifactId | ArtifactIdvraptor-plugin-gae |
| Version | Version3.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vraptor-plugin-gae-3.5.0.pom | |
| vraptor-plugin-gae-3.5.0.jar | 5 KB |
| vraptor-plugin-gae-3.5.0-sources.jar | 4 KB |
| vraptor-plugin-gae-3.5.0-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.caelum/vraptor-plugin-gae/ -->
<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor-plugin-gae</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum/vraptor-plugin-gae/
implementation 'br.com.caelum:vraptor-plugin-gae:3.5.0'
// https://jarcasting.com/artifacts/br.com.caelum/vraptor-plugin-gae/
implementation ("br.com.caelum:vraptor-plugin-gae:3.5.0")
'br.com.caelum:vraptor-plugin-gae:jar:3.5.0'
<dependency org="br.com.caelum" name="vraptor-plugin-gae" rev="3.5.0">
<artifact name="vraptor-plugin-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum', module='vraptor-plugin-gae', version='3.5.0')
)
libraryDependencies += "br.com.caelum" % "vraptor-plugin-gae" % "3.5.0"
[br.com.caelum/vraptor-plugin-gae "3.5.0"]