is not current version
Last Version 1.0.5

org.wisepersist:gwtmockito-ng 1.0.1

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.1
Type

Type

jar

Download gwtmockito-ng 1.0.1


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