GroupId | GroupIdcom.github.wywuzh |
---|---|
ArtifactId | ArtifactIdcommons-static-vue |
Version | Version2.5.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-static-vue/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-static-vue</artifactId>
<version>2.5.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static-vue/
implementation 'com.github.wywuzh:commons-static-vue:2.5.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static-vue/
implementation ("com.github.wywuzh:commons-static-vue:2.5.0.RELEASE")
'com.github.wywuzh:commons-static-vue:jar:2.5.0.RELEASE'
<dependency org="com.github.wywuzh" name="commons-static-vue" rev="2.5.0.RELEASE">
<artifact name="commons-static-vue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-static-vue', version='2.5.0.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-static-vue" % "2.5.0.RELEASE"
[com.github.wywuzh/commons-static-vue "2.5.0.RELEASE"]