| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdvue__shared |
| Version | Version3.2.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vue__shared-3.2.10.pom | |
| vue__shared-3.2.10.jar | 33 KB |
| vue__shared-3.2.10-sources.jar | 22 bytes |
| vue__shared-3.2.10-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue__shared/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vue__shared</artifactId>
<version>3.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue__shared/
implementation 'org.webjars.npm:vue__shared:3.2.10'
// https://jarcasting.com/artifacts/org.webjars.npm/vue__shared/
implementation ("org.webjars.npm:vue__shared:3.2.10")
'org.webjars.npm:vue__shared:jar:3.2.10'
<dependency org="org.webjars.npm" name="vue__shared" rev="3.2.10">
<artifact name="vue__shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue__shared', version='3.2.10')
)
libraryDependencies += "org.webjars.npm" % "vue__shared" % "3.2.10"
[org.webjars.npm/vue__shared "3.2.10"]