MVN

org.wisepersist : gwtmockito-ng

Maven & Gradle

Nov 16, 2016

WisePersist JPA · WisePersist is a simple JPA framework which provides @Transactional and @NonTransactional annotations and pre-configured Guice module.

<dependency>
    <groupId>org.wisepersist</groupId>
    <artifactId>gwtmockito-ng</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wisepersist : gwtmockito-ng to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of org.wisepersist : gwtmockito-ng to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gwtmockito-ng-1.0.5
gwtmockito-ng-1.0.4
gwtmockito-ng-1.0.3
gwtmockito-ng-1.0.1
gwtmockito-ng-1.0.0

How to add a dependency to Maven

Add the following org.wisepersist : gwtmockito-ng maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wisepersist</groupId>
    <artifactId>gwtmockito-ng</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wisepersist : gwtmockito-ng gradle dependency to your build.gradle file:

implementation 'org.wisepersist:gwtmockito-ng:1.0.5'

Gradle Kotlin DSL: Add the following org.wisepersist : gwtmockito-ng gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wisepersist:gwtmockito-ng:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wisepersist : gwtmockito-ng sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wisepersist" % "gwtmockito-ng" % "1.0.5"

Advertisement