Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks ORM Data |
---|---|
GroupId | GroupIdcom.google.gerrit |
ArtifactId | ArtifactIdgwtorm |
Version | Version1.19 |
Type | Typejar |
Filename | Size |
---|---|
gwtorm-1.19.pom | |
gwtorm-1.19.jar | 261 KB |
gwtorm-1.19-sources.jar | 172 KB |
gwtorm-1.19-javadoc.jar | 676 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.gerrit/gwtorm/ -->
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gwtorm</artifactId>
<version>1.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gerrit/gwtorm/
implementation 'com.google.gerrit:gwtorm:1.19'
// https://jarcasting.com/artifacts/com.google.gerrit/gwtorm/
implementation ("com.google.gerrit:gwtorm:1.19")
'com.google.gerrit:gwtorm:jar:1.19'
<dependency org="com.google.gerrit" name="gwtorm" rev="1.19">
<artifact name="gwtorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gerrit', module='gwtorm', version='1.19')
)
libraryDependencies += "com.google.gerrit" % "gwtorm" % "1.19"
[com.google.gerrit/gwtorm "1.19"]