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