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