JSimpleTools Core

A simple tool box to assist in coding tests in Java. Core module.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.jsimpletools
ArtifactId

ArtifactId

jsimpletools-core
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

JSimpleTools Core
A simple tool box to assist in coding tests in Java. Core module.

Download jsimpletools-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.mockito : mockito-core Optional jar 1.10.19

test (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.1
0.3.0
0.2.0