MVN

com.jpattern : jpattern-gwt

Maven & Gradle

Mar 24, 2012
<dependency>
    <groupId>com.jpattern</groupId>
    <artifactId>jpattern-gwt</artifactId>
    <version>2.45.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.45.7

All Versions

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

Version Vulnerabilities Updated
2.45.x
jpattern-gwt-2.45.7
jpattern-gwt-2.45.6
jpattern-gwt-2.45.5
jpattern-gwt-2.45.4
jpattern-gwt-2.45.2
jpattern-gwt-2.45.1
jpattern-gwt-2.45.0
2.44.x
jpattern-gwt-2.44.0
2.43.x
jpattern-gwt-2.43.1
jpattern-gwt-2.43.0
2.42.x
jpattern-gwt-2.42.1
jpattern-gwt-2.42.0
2.41.x
jpattern-gwt-2.41.0
2.40.x
jpattern-gwt-2.40.0
2.20.x
jpattern-gwt-2.20.1
jpattern-gwt-2.20.0
2.15.x
jpattern-gwt-2.15.0
2.13.x
jpattern-gwt-2.13.0
2.12.x
jpattern-gwt-2.12.0
2.11.x
jpattern-gwt-2.11.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.jpattern:jpattern-gwt:2.45.7'

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

implementation("com.jpattern:jpattern-gwt:2.45.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.jpattern" % "jpattern-gwt" % "2.45.7"

Advertisement