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