GroupId | GroupIdcom.iodesystems |
---|---|
ArtifactId | ArtifactIdvue-vanilla |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
vue-vanilla-1.1.0.pom | |
vue-vanilla-1.1.0.jar | 9 KB |
vue-vanilla-1.1.0-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iodesystems/vue-vanilla/ -->
<dependency>
<groupId>com.iodesystems</groupId>
<artifactId>vue-vanilla</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iodesystems/vue-vanilla/
implementation 'com.iodesystems:vue-vanilla:1.1.0'
// https://jarcasting.com/artifacts/com.iodesystems/vue-vanilla/
implementation ("com.iodesystems:vue-vanilla:1.1.0")
'com.iodesystems:vue-vanilla:jar:1.1.0'
<dependency org="com.iodesystems" name="vue-vanilla" rev="1.1.0">
<artifact name="vue-vanilla" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iodesystems', module='vue-vanilla', version='1.1.0')
)
libraryDependencies += "com.iodesystems" % "vue-vanilla" % "1.1.0"
[com.iodesystems/vue-vanilla "1.1.0"]