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