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-throws |
Last Version | Last Version0.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUseful libraries with little to no footprint
|
Filename | Size |
---|---|
kiss-throws-0.15.pom | |
kiss-throws-0.15.jar | 2 KB |
kiss-throws-0.15-tests.jar | 3 KB |
kiss-throws-0.15-sources.jar | 1 KB |
kiss-throws-0.15-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvinformatics/kiss-throws/ -->
<dependency>
<groupId>com.marvinformatics</groupId>
<artifactId>kiss-throws</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics/kiss-throws/
implementation 'com.marvinformatics:kiss-throws:0.15'
// https://jarcasting.com/artifacts/com.marvinformatics/kiss-throws/
implementation ("com.marvinformatics:kiss-throws:0.15")
'com.marvinformatics:kiss-throws:jar:0.15'
<dependency org="com.marvinformatics" name="kiss-throws" rev="0.15">
<artifact name="kiss-throws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics', module='kiss-throws', version='0.15')
)
libraryDependencies += "com.marvinformatics" % "kiss-throws" % "0.15"
[com.marvinformatics/kiss-throws "0.15"]
Group / Artifact | Type | Version |
---|---|---|
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.