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