is not current version
Last Version 1.0.0-M7

cp-elements 1.0.0.M6

'Codeprimate Elements' (a.k.a. cp-elements, or Elements) is a Java class library and micro-framework that simplifies
 the development of software applications written in Java. Elements packages several APIs in one library in order to
 address various application concerns and aspects of software development collectively. Elememts is a highly simple,
 yet robust and proven library built on solid OO principles, design patterns and best practices effectively solving
 common and reoccuring problems in software development.


License

License

GroupId

GroupId

org.codeprimate
ArtifactId

ArtifactId

cp-elements
Version

Version

1.0.0.M6
Type

Type

jar
Description

Description

cp-elements
'Codeprimate Elements' (a.k.a. cp-elements, or Elements) is a Java class library and micro-framework that simplifies
 the development of software applications written in Java. Elements packages several APIs in one library in order to
 address various application concerns and aspects of software development collectively. Elememts is a highly simple,
 yet robust and proven library built on solid OO principles, design patterns and best practices effectively solving
 common and reoccuring 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 1.0.0.M6


<!-- https://jarcasting.com/artifacts/org.codeprimate/cp-elements/ -->
<dependency>
    <groupId>org.codeprimate</groupId>
    <artifactId>cp-elements</artifactId>
    <version>1.0.0.M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.codeprimate/cp-elements/
implementation 'org.codeprimate:cp-elements:1.0.0.M6'
// https://jarcasting.com/artifacts/org.codeprimate/cp-elements/
implementation ("org.codeprimate:cp-elements:1.0.0.M6")
'org.codeprimate:cp-elements:jar:1.0.0.M6'
<dependency org="org.codeprimate" name="cp-elements" rev="1.0.0.M6">
  <artifact name="cp-elements" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codeprimate', module='cp-elements', version='1.0.0.M6')
)
libraryDependencies += "org.codeprimate" % "cp-elements" % "1.0.0.M6"
[org.codeprimate/cp-elements "1.0.0.M6"]

Dependencies

compile (1)

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

test (5)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.18.1
junit : junit jar 4.13.1
org.projectlombok : lombok jar 1.18.16
org.mockito : mockito-core jar 3.7.0
edu.umd.cs.mtc : multithreadedtc jar 1.01

system (1)

Group / Artifact Type Version
com.sun.tools » attach-api Optional jar 1.8

Project Modules

There are no modules declared in this project.