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.

Лицензия

Лицензия

Группа

Группа

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
Система контроля версий

Система контроля версий

https://github.com/codeprimate-software/cp-elements

Скачать cp-elements

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.hamcrest : hamcrest jar 2.2

test (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.
org.codeprimate

Codeprimate, LLC

Codeprimate is a privately owned and operated open source software, research & development and consultancy organization.

Версии библиотеки

Версия
1.0.0-M7
1.0.0.M6
1.0.0.M5
1.0.0.M4
1.0.0.M3
1.0.0.M2
1.0.0.M1