GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdopencollective-postinstall |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/opencollective-postinstall/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>opencollective-postinstall</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/opencollective-postinstall/
implementation 'org.webjars.npm:opencollective-postinstall:2.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/opencollective-postinstall/
implementation ("org.webjars.npm:opencollective-postinstall:2.0.2")
'org.webjars.npm:opencollective-postinstall:jar:2.0.2'
<dependency org="org.webjars.npm" name="opencollective-postinstall" rev="2.0.2">
<artifact name="opencollective-postinstall" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='opencollective-postinstall', version='2.0.2')
)
libraryDependencies += "org.webjars.npm" % "opencollective-postinstall" % "2.0.2"
[org.webjars.npm/opencollective-postinstall "2.0.2"]