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.
| Лицензия |
Лицензия
LGPL
|
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.marvinformatics |
| Идентификатор | Идентификаторkiss-throws |
| Последняя версия | Последняя версия0.15 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUseful libraries with little to no footprint
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.