License |
License |
---|---|
GroupId | GroupIdorg.codeprimate |
ArtifactId | ArtifactIdcp-elements |
Version | Version1.0.0.M6 |
Type | Typejar |
Description |
Descriptioncp-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 OrganizationCodeprimate, LLC |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cp-elements-1.0.0.M6.pom | |
cp-elements-1.0.0.M6.jar | 542 KB |
cp-elements-1.0.0.M6-sources.jar | 551 KB |
cp-elements-1.0.0.M6-javadoc.jar | 2 MB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |
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 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.tools » attach-api Optional | jar | 1.8 |