Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.almson |
ArtifactId | ArtifactIdalmson-regex |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
almson-regex-1.5.0.pom | |
almson-regex-1.5.0.jar | 8 KB |
almson-regex-1.5.0-sources.jar | 12 KB |
almson-regex-1.5.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.almson/almson-regex/ -->
<dependency>
<groupId>net.almson</groupId>
<artifactId>almson-regex</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.almson/almson-regex/
implementation 'net.almson:almson-regex:1.5.0'
// https://jarcasting.com/artifacts/net.almson/almson-regex/
implementation ("net.almson:almson-regex:1.5.0")
'net.almson:almson-regex:jar:1.5.0'
<dependency org="net.almson" name="almson-regex" rev="1.5.0">
<artifact name="almson-regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.almson', module='almson-regex', version='1.5.0')
)
libraryDependencies += "net.almson" % "almson-regex" % "1.5.0"
[net.almson/almson-regex "1.5.0"]