| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.codeprimate |
| Идентификатор | Идентификаторcp-elements |
| Последняя версия | Последняя версия1.0.0-M7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеElements
'Codeprimate Elements' (a.k.a. cp-elements, or simply Elements) is a Java library and micro-framework used to
simplify the development of software applications written in Java. Elements packages several APIs into one
library in order to address various application concerns and aspects of software design and development
collectively. Elements is a highly simple, yet robust and proven library built on solid OO principles,
software design patterns and best practices to effectively solve common and reoccurring problems
in software development.
|
| Организация-разработчик |
Организация-разработчикCodeprimate, LLC |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cp-elements-1.0.0-M7.pom | |
| cp-elements-1.0.0-M7.jar | 283 KB |
| cp-elements-1.0.0-M7-sources.jar | 308 KB |
| cp-elements-1.0.0-M7-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codeprimate/cp-elements/ -->
<dependency>
<groupId>org.codeprimate</groupId>
<artifactId>cp-elements</artifactId>
<version>1.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codeprimate/cp-elements/
implementation 'org.codeprimate:cp-elements:1.0.0-M7'
// https://jarcasting.com/artifacts/org.codeprimate/cp-elements/
implementation ("org.codeprimate:cp-elements:1.0.0-M7")
'org.codeprimate:cp-elements:jar:1.0.0-M7'
<dependency org="org.codeprimate" name="cp-elements" rev="1.0.0-M7">
<artifact name="cp-elements" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codeprimate', module='cp-elements', version='1.0.0-M7')
)
libraryDependencies += "org.codeprimate" % "cp-elements" % "1.0.0-M7"
[org.codeprimate/cp-elements "1.0.0-M7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest | jar | 2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-inline | jar | 4.5.1 |
| org.assertj : assertj-core | jar | 3.22.0 |
| junit : junit | jar | 4.13.2 |
| org.projectlombok : lombok | jar | 1.18.24 |
| org.mockito : mockito-core | jar | 4.5.1 |
| edu.umd.cs.mtc : multithreadedtc | jar | 1.01 |