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