License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks |
GroupId | GroupIdorg.grails.profiles |
ArtifactId | ArtifactIdvue |
Last Version | Last Version5.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVue.js Profile
A profile for creating Grails applications with Vue.js
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vue-5.0.2.pom | |
vue-5.0.2.jar | 297 KB |
vue-5.0.2-sources.jar | 294 KB |
vue-5.0.2-profile.yml | 1 KB |
vue-5.0.2-javadoc.jar | 463 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails.profiles/vue/ -->
<dependency>
<groupId>org.grails.profiles</groupId>
<artifactId>vue</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails.profiles/vue/
implementation 'org.grails.profiles:vue:5.0.2'
// https://jarcasting.com/artifacts/org.grails.profiles/vue/
implementation ("org.grails.profiles:vue:5.0.2")
'org.grails.profiles:vue:jar:5.0.2'
<dependency org="org.grails.profiles" name="vue" rev="5.0.2">
<artifact name="vue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails.profiles', module='vue', version='5.0.2')
)
libraryDependencies += "org.grails.profiles" % "vue" % "5.0.2"
[org.grails.profiles/vue "5.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.grails.profiles : rest-api | jar | 5.0.0 |