c

components-base

The core classes for the JSF Toolkit Component Framework. Includes all framework base and utility classes as well as component kick-start/code-generation and registration tools. Also includes some classes for testing that are reused in other projects. They cannot be factored out into a separate project because they are referenced by the tests and they reference this code (circular dependence).
http://cs.baylor.edu/~sloan/project/
GNU General Public License 2.0
noah
Files download
File Operation
components-base-0.9.jar download
components-base-0.9.pom download
components-base-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jsftoolkit</groupId>
  <artifactId>components-base</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'com.jsftoolkit:components-base:0.9'
Gradle Kotlin
implementation("com.jsftoolkit:components-base:0.9")
Scala SBT
libraryDependencies += "com.jsftoolkit" % "components-base" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.jsftoolkit', module='components-base', version='0.9')
)
Apache Ivy
<dependency org="com.jsftoolkit" name="components-base" rev="0.9" />
Leiningen
[com.jsftoolkit/components-base "0.9"]
Apache Buildr
'com.jsftoolkit:components-base:jar:0.9'