License |
License |
---|---|
GroupId | GroupIdcom.fitbur.testify.need |
ArtifactId | ArtifactIdneed-hsql |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn opinionated Java Testing Framework faithful to testing principles
and best practices.
|
Project Organization |
Project OrganizationSharmarke Aden |
Filename | Size |
---|---|
need-hsql-0.1.3.pom | |
need-hsql-0.1.3.jar | 4 KB |
need-hsql-0.1.3-sources.jar | 2 KB |
need-hsql-0.1.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.need/need-hsql/ -->
<dependency>
<groupId>com.fitbur.testify.need</groupId>
<artifactId>need-hsql</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.need/need-hsql/
implementation 'com.fitbur.testify.need:need-hsql:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.need/need-hsql/
implementation ("com.fitbur.testify.need:need-hsql:0.1.3")
'com.fitbur.testify.need:need-hsql:jar:0.1.3'
<dependency org="com.fitbur.testify.need" name="need-hsql" rev="0.1.3">
<artifact name="need-hsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.need', module='need-hsql', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.need" % "need-hsql" % "0.1.3"
[com.fitbur.testify.need/need-hsql "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.hsqldb : hsqldb | jar | 2.3.3 |
com.fitbur.testify : core | jar | 0.1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 5.0.1.Final |
org.springframework : spring-orm | jar | 4.2.3.RELEASE |
org.springframework : spring-context | jar | 4.2.3.RELEASE |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.0.40-beta |