GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdwhen-parent |
Version | Version3.2.2 |
Type | Typepom |
Filename | Size |
---|---|
when-parent-3.2.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/when-parent/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>when-parent</artifactId>
<version>3.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/when-parent/
implementation 'org.webjars:when-parent:3.2.2'
// https://jarcasting.com/artifacts/org.webjars/when-parent/
implementation ("org.webjars:when-parent:3.2.2")
'org.webjars:when-parent:pom:3.2.2'
<dependency org="org.webjars" name="when-parent" rev="3.2.2">
<artifact name="when-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='when-parent', version='3.2.2')
)
libraryDependencies += "org.webjars" % "when-parent" % "3.2.2"
[org.webjars/when-parent "3.2.2"]