GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdwebjars-parent |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
webjars-parent-1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/webjars-parent/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/webjars-parent/
implementation 'org.webjars:webjars-parent:1'
// https://jarcasting.com/artifacts/org.webjars/webjars-parent/
implementation ("org.webjars:webjars-parent:1")
'org.webjars:webjars-parent:pom:1'
<dependency org="org.webjars" name="webjars-parent" rev="1">
<artifact name="webjars-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='webjars-parent', version='1')
)
libraryDependencies += "org.webjars" % "webjars-parent" % "1"
[org.webjars/webjars-parent "1"]