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