Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.vectomatic |
ArtifactId | ArtifactIdvectomatic-gwt-parent |
Version | Version0.7 |
Type | Typepom |
Filename | Size |
---|---|
vectomatic-gwt-parent-0.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vectomatic/vectomatic-gwt-parent/ -->
<dependency>
<groupId>org.vectomatic</groupId>
<artifactId>vectomatic-gwt-parent</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.vectomatic/vectomatic-gwt-parent/
implementation 'org.vectomatic:vectomatic-gwt-parent:0.7'
// https://jarcasting.com/artifacts/org.vectomatic/vectomatic-gwt-parent/
implementation ("org.vectomatic:vectomatic-gwt-parent:0.7")
'org.vectomatic:vectomatic-gwt-parent:pom:0.7'
<dependency org="org.vectomatic" name="vectomatic-gwt-parent" rev="0.7">
<artifact name="vectomatic-gwt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.vectomatic', module='vectomatic-gwt-parent', version='0.7')
)
libraryDependencies += "org.vectomatic" % "vectomatic-gwt-parent" % "0.7"
[org.vectomatic/vectomatic-gwt-parent "0.7"]