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