GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootstrap-application-wizard |
Version | Version3768da3142 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-application-wizard/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-application-wizard</artifactId>
<version>3768da3142</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-application-wizard/
implementation 'org.webjars:bootstrap-application-wizard:3768da3142'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-application-wizard/
implementation ("org.webjars:bootstrap-application-wizard:3768da3142")
'org.webjars:bootstrap-application-wizard:jar:3768da3142'
<dependency org="org.webjars" name="bootstrap-application-wizard" rev="3768da3142">
<artifact name="bootstrap-application-wizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-application-wizard', version='3768da3142')
)
libraryDependencies += "org.webjars" % "bootstrap-application-wizard" % "3768da3142"
[org.webjars/bootstrap-application-wizard "3768da3142"]