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