| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks ORM Data |
|---|---|
| GroupId | GroupIdcom.gwtplatform |
| ArtifactId | ArtifactIdextensions |
| Version | Version1 |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| extensions-1.pom | 677 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gwtplatform/extensions/ -->
<dependency>
<groupId>com.gwtplatform</groupId>
<artifactId>extensions</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gwtplatform/extensions/
implementation 'com.gwtplatform:extensions:1'
// https://jarcasting.com/artifacts/com.gwtplatform/extensions/
implementation ("com.gwtplatform:extensions:1")
'com.gwtplatform:extensions:pom:1'
<dependency org="com.gwtplatform" name="extensions" rev="1">
<artifact name="extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gwtplatform', module='extensions', version='1')
)
libraryDependencies += "com.gwtplatform" % "extensions" % "1"
[com.gwtplatform/extensions "1"]