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