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