MVN

com.googlecode.jpattern : jpattern-gwt

Maven & Gradle

Aug 04, 2011

jpattern-core

<dependency>
    <groupId>com.googlecode.jpattern</groupId>
    <artifactId>jpattern-gwt</artifactId>
    <version>2.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jpattern : jpattern-gwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.0

All Versions

Choose a version of com.googlecode.jpattern : jpattern-gwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
jpattern-gwt-2.10.0
2.3.x
jpattern-gwt-2.3.1
2.2.x
jpattern-gwt-2.2.0
2.1.x
jpattern-gwt-2.1.0
1.6.x
jpattern-gwt-1.6.0
1.4
jpattern-gwt-1.4

How to add a dependency to Maven

Add the following com.googlecode.jpattern : jpattern-gwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.jpattern</groupId>
    <artifactId>jpattern-gwt</artifactId>
    <version>2.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jpattern : jpattern-gwt gradle dependency to your build.gradle file:

implementation 'com.googlecode.jpattern:jpattern-gwt:2.10.0'

Gradle Kotlin DSL: Add the following com.googlecode.jpattern : jpattern-gwt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jpattern:jpattern-gwt:2.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jpattern : jpattern-gwt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jpattern" % "jpattern-gwt" % "2.10.0"