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