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