GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdpostman-sandbox |
Version | Version3.0.4 |
Type | Typejar |
Filename | Size |
---|---|
postman-sandbox-3.0.4.pom | |
postman-sandbox-3.0.4.jar | 1 MB |
postman-sandbox-3.0.4-sources.jar | 22 bytes |
postman-sandbox-3.0.4-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/postman-sandbox/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>postman-sandbox</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/postman-sandbox/
implementation 'org.webjars.npm:postman-sandbox:3.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/postman-sandbox/
implementation ("org.webjars.npm:postman-sandbox:3.0.4")
'org.webjars.npm:postman-sandbox:jar:3.0.4'
<dependency org="org.webjars.npm" name="postman-sandbox" rev="3.0.4">
<artifact name="postman-sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='postman-sandbox', version='3.0.4')
)
libraryDependencies += "org.webjars.npm" % "postman-sandbox" % "3.0.4"
[org.webjars.npm/postman-sandbox "3.0.4"]