Last Version

Jukito 1.5

A testing framework with automocking base on JUnit, Guice and Mokito.

License

License

GroupId

GroupId

org.jukito
ArtifactId

ArtifactId

jukito-parent
Version

Version

1.5
Type

Type

pom
Description

Description

Jukito
A testing framework with automocking base on JUnit, Guice and Mokito.
Project URL

Project URL

http://jukito.org
Project Organization

Project Organization

ArcBees Inc.
Source Code Management

Source Code Management

https://github.com/ArcBees/Jukito

Download jukito-parent 1.5

Filename Size
jukito-parent-1.5.pom 14 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jukito
  • jukito-samples