Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.axellience |
ArtifactId | ArtifactIdvue-gwt-parent |
Version | Version1.0-beta-4 |
Type | Typepom |
Filename | Size |
---|---|
vue-gwt-parent-1.0-beta-4.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.axellience/vue-gwt-parent/ -->
<dependency>
<groupId>com.axellience</groupId>
<artifactId>vue-gwt-parent</artifactId>
<version>1.0-beta-4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.axellience/vue-gwt-parent/
implementation 'com.axellience:vue-gwt-parent:1.0-beta-4'
// https://jarcasting.com/artifacts/com.axellience/vue-gwt-parent/
implementation ("com.axellience:vue-gwt-parent:1.0-beta-4")
'com.axellience:vue-gwt-parent:pom:1.0-beta-4'
<dependency org="com.axellience" name="vue-gwt-parent" rev="1.0-beta-4">
<artifact name="vue-gwt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.axellience', module='vue-gwt-parent', version='1.0-beta-4')
)
libraryDependencies += "com.axellience" % "vue-gwt-parent" % "1.0-beta-4"
[com.axellience/vue-gwt-parent "1.0-beta-4"]