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