License |
License |
---|---|
GroupId | GroupIdcom.edropple.jregex |
ArtifactId | ArtifactIdjregex |
Version | Version1.2_01 |
Type | Typejar |
Description |
Descriptionjregex
A Mavenized version of jregex built with a modern, no-warning compiler.
I do not support jregex's codebase; this is a package for my
convenience and for the convenience of others to remove some warnings
that arise when using the current version of jregex available on Maven
Central in an Android project.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jregex-1.2_01.pom | |
jregex-1.2_01.jar | 93 KB |
jregex-1.2_01-sources.jar | 95 KB |
jregex-1.2_01-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.edropple.jregex/jregex/ -->
<dependency>
<groupId>com.edropple.jregex</groupId>
<artifactId>jregex</artifactId>
<version>1.2_01</version>
</dependency>
// https://jarcasting.com/artifacts/com.edropple.jregex/jregex/
implementation 'com.edropple.jregex:jregex:1.2_01'
// https://jarcasting.com/artifacts/com.edropple.jregex/jregex/
implementation ("com.edropple.jregex:jregex:1.2_01")
'com.edropple.jregex:jregex:jar:1.2_01'
<dependency org="com.edropple.jregex" name="jregex" rev="1.2_01">
<artifact name="jregex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.edropple.jregex', module='jregex', version='1.2_01')
)
libraryDependencies += "com.edropple.jregex" % "jregex" % "1.2_01"
[com.edropple.jregex/jregex "1.2_01"]