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