License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdassert-plus |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionassert-plus
WebJar for assert-plus
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
assert-plus-1.0.0.pom | |
assert-plus-1.0.0.jar | 7 KB |
assert-plus-1.0.0-sources.jar | 22 bytes |
assert-plus-1.0.0-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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/assert-plus/
implementation 'org.webjars.npm:assert-plus:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/assert-plus/
implementation ("org.webjars.npm:assert-plus:1.0.0")
'org.webjars.npm:assert-plus:jar:1.0.0'
<dependency org="org.webjars.npm" name="assert-plus" rev="1.0.0">
<artifact name="assert-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='assert-plus', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "assert-plus" % "1.0.0"
[org.webjars.npm/assert-plus "1.0.0"]