c

cp-elements

Java Simplified. Extensions and Useful Constructs for the Java Platform. Codeprimate Elements (a.k.a. cp-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 and conveniently. 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.
http://www.codeprimate.org/projects/cp-elements
Apache License, Version 2.0
Codeprimate, LLC
John J. Blum
文件下载
文件名 操作
cp-elements-2.0.0-M1.jar 下载
cp-elements-2.0.0-M1.pom 下载
cp-elements-2.0.0-M1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.codeprimate</groupId>
  <artifactId>cp-elements</artifactId>
  <version>2.0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'org.codeprimate:cp-elements:2.0.0-M1'
Gradle Kotlin
implementation("org.codeprimate:cp-elements:2.0.0-M1")
Scala SBT
libraryDependencies += "org.codeprimate" % "cp-elements" % "2.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.codeprimate', module='cp-elements', version='2.0.0-M1')
)
Apache Ivy
<dependency org="org.codeprimate" name="cp-elements" rev="2.0.0-M1" />
Leiningen
[org.codeprimate/cp-elements "2.0.0-M1"]
Apache Buildr
'org.codeprimate:cp-elements:jar:2.0.0-M1'