KISS - Keep It Simple Sir
http://en.wikipedia.org/wiki/KISS_principle
The goal here is to have a useful set of libraries that do not drag in a lot of awful 3rd-party libraries into the project.
License |
License
LGPL
|
---|---|
Categories |
CategoriesQuerydsl Data Databases ORM |
GroupId | GroupIdcom.marvinformatics |
ArtifactId | ArtifactIdkiss-querydsl-mockery |
Last Version | Last Version0.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUseful libraries with little to no footprint
|
<!-- https://jarcasting.com/artifacts/com.marvinformatics/kiss-querydsl-mockery/ -->
<dependency>
<groupId>com.marvinformatics</groupId>
<artifactId>kiss-querydsl-mockery</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics/kiss-querydsl-mockery/
implementation 'com.marvinformatics:kiss-querydsl-mockery:0.15'
// https://jarcasting.com/artifacts/com.marvinformatics/kiss-querydsl-mockery/
implementation ("com.marvinformatics:kiss-querydsl-mockery:0.15")
'com.marvinformatics:kiss-querydsl-mockery:jar:0.15'
<dependency org="com.marvinformatics" name="kiss-querydsl-mockery" rev="0.15">
<artifact name="kiss-querydsl-mockery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics', module='kiss-querydsl-mockery', version='0.15')
)
libraryDependencies += "com.marvinformatics" % "kiss-querydsl-mockery" % "0.15"
[com.marvinformatics/kiss-querydsl-mockery "0.15"]
Group / Artifact | Type | Version |
---|---|---|
com.mysema.querydsl : querydsl-collections | jar | 3.3.2 |
com.mysema.querydsl : querydsl-jpa | jar | 3.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.0.Final |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.3.164 |
org.hibernate : hibernate-entitymanager | jar | 4.1.7.Final |
junit : junit-dep | jar | 4.11 |
org.testng : testng | jar | 6.5.2 |
org.hamcrest : hamcrest-integration | jar | 1.3 |
org.mockito : mockito-core | jar | 1.9.0 |
http://en.wikipedia.org/wiki/KISS_principle
The goal here is to have a useful set of libraries that do not drag in a lot of awful 3rd-party libraries into the project.