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