Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-techlab-SmartWizard |
Version | Version4.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-techlab-SmartWizard/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-techlab-SmartWizard</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-techlab-SmartWizard/
implementation 'org.webjars.npm:github-com-techlab-SmartWizard:4.2.2'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-techlab-SmartWizard/
implementation ("org.webjars.npm:github-com-techlab-SmartWizard:4.2.2")
'org.webjars.npm:github-com-techlab-SmartWizard:jar:4.2.2'
<dependency org="org.webjars.npm" name="github-com-techlab-SmartWizard" rev="4.2.2">
<artifact name="github-com-techlab-SmartWizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-techlab-SmartWizard', version='4.2.2')
)
libraryDependencies += "org.webjars.npm" % "github-com-techlab-SmartWizard" % "4.2.2"
[org.webjars.npm/github-com-techlab-SmartWizard "4.2.2"]