is not current version
Last Version 1.1.9

com.google.gwt.gwtmockito:gwtmockito-parent 1.0.0

Better GWT unit testing

Categories

Categories

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

GroupId

com.google.gwt.gwtmockito
ArtifactId

ArtifactId

gwtmockito-parent
Version

Version

1.0.0
Type

Type

pom

Download gwtmockito-parent 1.0.0


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