| License | License | 
|---|---|
| GroupId | GroupIdcom.googlecode.jpattern | 
| ArtifactId | ArtifactIdjpattern-cojen | 
| Last Version | Last Version2.2.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjpattern-cojen This is a copy of the good Cojen project from http://cojen.sourceforge.net/ with package name changed | 
| Filename | Size | 
|---|---|
| jpattern-cojen-2.2.1.pom | |
| jpattern-cojen-2.2.1.jar | 394 KB | 
| jpattern-cojen-2.2.1-sources.jar | 227 KB | 
| jpattern-cojen-2.2.1-javadoc.jar | 658 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-cojen/ -->
<dependency>
    <groupId>com.googlecode.jpattern</groupId>
    <artifactId>jpattern-cojen</artifactId>
    <version>2.2.1</version>
</dependency>// https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-cojen/
implementation 'com.googlecode.jpattern:jpattern-cojen:2.2.1'// https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-cojen/
implementation ("com.googlecode.jpattern:jpattern-cojen:2.2.1")'com.googlecode.jpattern:jpattern-cojen:jar:2.2.1'<dependency org="com.googlecode.jpattern" name="jpattern-cojen" rev="2.2.1">
  <artifact name="jpattern-cojen" type="jar" />
</dependency>@Grapes(
@Grab(group='com.googlecode.jpattern', module='jpattern-cojen', version='2.2.1')
)libraryDependencies += "com.googlecode.jpattern" % "jpattern-cojen" % "2.2.1"[com.googlecode.jpattern/jpattern-cojen "2.2.1"]