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 |
Last Version | Last Version0.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkiss
Useful libraries with little to no footprint
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kiss-0.15.pom | 11 KB |
kiss-0.15-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvinformatics/kiss/ -->
<dependency>
<groupId>com.marvinformatics</groupId>
<artifactId>kiss</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics/kiss/
implementation 'com.marvinformatics:kiss:0.15'
// https://jarcasting.com/artifacts/com.marvinformatics/kiss/
implementation ("com.marvinformatics:kiss:0.15")
'com.marvinformatics:kiss:jar:0.15'
<dependency org="com.marvinformatics" name="kiss" rev="0.15">
<artifact name="kiss" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics', module='kiss', version='0.15')
)
libraryDependencies += "com.marvinformatics" % "kiss" % "0.15"
[com.marvinformatics/kiss "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.