Download pat-1.5.3.jar file - Jar p

Jar examples for p:pat

Description

Regular Expressions in Java

You can download jar file pat 1.5.3 in this page.

License

GNU Lesser General Public License (LGPL), Version 3

Build File

You can use the following script to add pat-1.5.3.jar to your project.

<dependency>
   <groupId>com.stevesoft.pat</groupId>
   <artifactId>pat</artifactId>
   <version>1.5.3</version>
</dependency>
compile group: 'com.stevesoft.pat', name: 'pat', version: '1.5.3'
libraryDependencies += "com.stevesoft.pat" % "pat" % "1.5.3"
<dependency org="com.stevesoft.pat" name="pat" rev="1.5.3"/>
@Grapes(@Grab(group='com.stevesoft.pat', module='pat', version='1.5.3'))
'com.stevesoft.pat:pat:jar:1.5.3'

Download

Click the following link to download the jar file.

pat-1.5.3-javadoc.jar
pat-1.5.3-sources.jar
pat-1.5.3.jar
pat-1.5.3.pom



Related Tutorials