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 |
CategoriesORM Data |
GroupId | GroupIdcom.marvinformatics |
ArtifactId | ArtifactIdkiss-matchers |
Last Version | Last Version0.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUseful libraries with little to no footprint
|
Filename | Size |
---|---|
kiss-matchers-0.15.pom | |
kiss-matchers-0.15.jar | 37 KB |
kiss-matchers-0.15-tests.jar | 11 KB |
kiss-matchers-0.15-sources.jar | 24 KB |
kiss-matchers-0.15-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvinformatics/kiss-matchers/ -->
<dependency>
<groupId>com.marvinformatics</groupId>
<artifactId>kiss-matchers</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics/kiss-matchers/
implementation 'com.marvinformatics:kiss-matchers:0.15'
// https://jarcasting.com/artifacts/com.marvinformatics/kiss-matchers/
implementation ("com.marvinformatics:kiss-matchers:0.15")
'com.marvinformatics:kiss-matchers:jar:0.15'
<dependency org="com.marvinformatics" name="kiss-matchers" rev="0.15">
<artifact name="kiss-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics', module='kiss-matchers', version='0.15')
)
libraryDependencies += "com.marvinformatics" % "kiss-matchers" % "0.15"
[com.marvinformatics/kiss-matchers "0.15"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-integration | jar | [0,) |
com.marvinformatics : kiss-throws | jar | 0.10 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-model | jar | [0,) |
org.apache.maven : maven-artifact | jar | [0,) |
org.sonatype.aether : aether-api | jar | [0,) |
javax.servlet : servlet-api | jar | [0,) |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.5.2 |
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.