GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdwith |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
with-4.0.0.pom | |
with-4.0.0.jar | 6 KB |
with-4.0.0-sources.jar | 22 bytes |
with-4.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/with/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>with</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/with/
implementation 'org.webjars.npm:with:4.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/with/
implementation ("org.webjars.npm:with:4.0.0")
'org.webjars.npm:with:jar:4.0.0'
<dependency org="org.webjars.npm" name="with" rev="4.0.0">
<artifact name="with" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='with', version='4.0.0')
)
libraryDependencies += "org.webjars.npm" % "with" % "4.0.0"
[org.webjars.npm/with "4.0.0"]