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.

License

License

GroupId

GroupId

org.codeprimate
ArtifactId

ArtifactId

cp-elements
Last Version

Last Version

1.0.0-M7
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

Codeprimate, LLC
Source Code Management

Source Code Management

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

Download cp-elements

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.hamcrest : hamcrest jar 2.2

test (6)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.
org.codeprimate

Codeprimate, LLC

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

Versions

Version
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