组织ID: |
edu.washington.cs.knowitall |
项目ID: |
openregex |
版本: |
1.0.3 |
最后修改时间: |
2018-08-28 11:41:26 |
包类型: |
jar |
标题: |
openregex |
描述: |
OpenRegex is an efficient and flexible library for running regular expressions over sequences of user-defined objects. |
相关URL: |
http://knowitall.github.com/openregex/ |
大小: |
63.42KB |
|
Maven引入代码: |
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>openregex</artifactId>
<version>1.0.3</version>
</dependency>
|
Gradle引入代码: |
edu.washington.cs.knowitall:openregex:1.0.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>openregex</artifactId>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>openregex</name>
<description>OpenRegex is an efficient and flexible library for running regular expressions over sequences of user-defined objects.</description>
<url>http://knowitall.github.com/openregex/</url>
<licenses>
<license>
<name>LGPL (GNU Lesser General Public License)</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/knowitall/openregex</url>
<connection>scm:git://github.com/knowitall/openregex.git</connection>
<developerConnection>scm:git:git@github.com:knowitall/openregex.git</developerConnection>
</scm>
<organization>
<name>University of Washington CSE</name>
<url>http://cs.washington.edu/</url>
</organization>
<developers>
<developer>
<name>Michael Schmitz</name>
</developer>
</developers>
<inceptionYear>2010</inceptionYear>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0.1</version>
</dependency>
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.9.2</artifactId>
<version>1.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.9.2</artifactId>
<version>1.9</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<args>
<arg>-deprecation</arg>
<arg>-unchecked</arg>
</args>
</configuration>
<executions>
<execution>
<goals>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<goals>deploy</goals>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<scmCommentPrefix>(release) </scmCommentPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
edu.washington.cs.knowitall.regex.FiniteAutomaton$AbstractEdge.class
edu.washington.cs.knowitall.regex.RegularExpressions$1.class
edu.washington.cs.knowitall.regex.Expression.class
edu.washington.cs.knowitall.regex.FiniteAutomaton$StartState.class
edu.washington.cs.knowitall.regex.Expression$BaseExpression.class
edu.washington.cs.knowitall.regex.Match$IntermediateMatch.class
edu.washington.cs.knowitall.regex.FiniteAutomaton.class
edu.washington.cs.knowitall.regex.Expression$Or.class
edu.washington.cs.knowitall.regex.Expression$EndAssertion.class
edu.washington.cs.knowitall.regex.Expression$StartAssertion.class
edu.washington.cs.knowitall.regex.RegularExpressions.class
edu.washington.cs.knowitall.regex.FiniteAutomaton$Automaton$1.class
edu.washington.cs.knowitall.regex.Match$FinalMatch.class
edu.washington.cs.knowitall.regex.Expression$Star.class
edu.washington.cs.knowitall.regex.Expression$NamedGroup.class
edu.washington.cs.knowitall.regex.FiniteAutomaton$Automaton.class
edu.washington.cs.knowitall.regex.FiniteAutomaton$State.class
edu.washington.cs.knowitall.regex.Expression$Plus.class
edu.washington.cs.knowitall.regex.RegularExpression.class
edu.washington.cs.knowitall.regex.RegularExpressions$2$1.class
edu.washington.cs.knowitall.regex.FiniteAutomaton$Edge.class
edu.washington.cs.knowitall.regex.ExpressionFactory.class
edu.washington.cs.knowitall.regex.Expression$Option.class
edu.washington.cs.knowitall.regex.Match$Group$1.class
edu.washington.cs.knowitall.regex.Match.class
edu.washington.cs.knowitall.regex.FiniteAutomaton$Epsilon.class
edu.washington.cs.knowitall.regex.RegularExpressions$2.class
edu.washington.cs.knowitall.regex.Expression$AssertionExpression.class
edu.washington.cs.knowitall.regex.FiniteAutomaton$Automaton$Step.class
edu.washington.cs.knowitall.regex.FiniteAutomaton$TerminusState.class
edu.washington.cs.knowitall.regex.Match$Group$Token.class
edu.washington.cs.knowitall.regex.Match$Group.class
edu.washington.cs.knowitall.regex.FiniteAutomaton$EndState.class
edu.washington.cs.knowitall.regex.RegexException.class
edu.washington.cs.knowitall.regex.Expression$NonMatchingGroup.class
edu.washington.cs.knowitall.regex.RegexException$TokenizationRegexException.class
edu.washington.cs.knowitall.regex.Expression$MatchingGroup.class
edu.washington.cs.knowitall.regex.RegularExpressions$1$1.class
edu.washington.cs.knowitall.logic.Expression$Op$Bin$And.class
edu.washington.cs.knowitall.logic.LogicException$CompileLogicException.class
edu.washington.cs.knowitall.logic.LogicExpressions.class
edu.washington.cs.knowitall.logic.LogicException.class
edu.washington.cs.knowitall.logic.Expression.class
edu.washington.cs.knowitall.logic.ArgFactory.class
edu.washington.cs.knowitall.logic.Expression$Op.class
edu.washington.cs.knowitall.logic.Expression$Op$Mon$Not.class
edu.washington.cs.knowitall.logic.LogicException$TokenizeLogicException.class
edu.washington.cs.knowitall.logic.LogicExpression.class
edu.washington.cs.knowitall.logic.LogicExpressions$1.class
edu.washington.cs.knowitall.logic.Expression$Apply.class
edu.washington.cs.knowitall.logic.Expression$Op$Mon.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
guava-13.0.1.jar
/com.google.guava/guava/13.0.1
查看guava所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
scala-library-2.9.2.jar
/org.scala-lang/scala-library/2.9.2
查看scala-library所有版本文件
specs2_2.9.2-1.10.jar
/org.specs2/specs2_2.9.2/1.10
查看specs2_2.9.2所有版本文件
scalacheck_2.9.2-1.9.jar
/org.scalacheck/scalacheck_2.9.2/1.9
查看scalacheck_2.9.2所有版本文件
|