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