is not current version
Last Version 1.0.5

org.wisepersist:gwtmockito-ng 1.0.4

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

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Mockito Unit Testing
GroupId

GroupId

org.wisepersist
ArtifactId

ArtifactId

gwtmockito-ng
Version

Version

1.0.4
Type

Type

jar

Download gwtmockito-ng 1.0.4


<!-- https://jarcasting.com/artifacts/org.wisepersist/gwtmockito-ng/ -->
<dependency>
    <groupId>org.wisepersist</groupId>
    <artifactId>gwtmockito-ng</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wisepersist/gwtmockito-ng/
implementation 'org.wisepersist:gwtmockito-ng:1.0.4'
// https://jarcasting.com/artifacts/org.wisepersist/gwtmockito-ng/
implementation ("org.wisepersist:gwtmockito-ng:1.0.4")
'org.wisepersist:gwtmockito-ng:jar:1.0.4'
<dependency org="org.wisepersist" name="gwtmockito-ng" rev="1.0.4">
  <artifact name="gwtmockito-ng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wisepersist', module='gwtmockito-ng', version='1.0.4')
)
libraryDependencies += "org.wisepersist" % "gwtmockito-ng" % "1.0.4"
[org.wisepersist/gwtmockito-ng "1.0.4"]