All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by constructor with all dependencies

Search JAR files by class name

string-value-impl from group com.zkejid.constructor (version 1.0.0)

Part of Zkejid's Constructor Framework. Serves as a wrapper around string values provided through any container: command line property, configuration property, etc. Includes semantics of "empty value" and "omitted value".

Group: com.zkejid.constructor Artifact: string-value-impl
Show documentation Show source 
 

0 downloads
Artifact string-value-impl
Group com.zkejid.constructor
Version 1.0.0
Last update 18. May 2020
Organization not specified
URL https://github.com/zkejidsconstructor/string-value/tree/master/string-value-impl
License MIT License
Dependencies amount 3
Dependencies string-value-api, core-api, core-impl,
There are maybe transitive dependencies!

string-value from group com.zkejid.constructor (version 1.0.0)

Part of Zkejid's Constructor Framework. Serves as a wrapper around string values provided through any container: command line property, configuration property, etc. Includes semantics of "empty value" and "omitted value".

Group: com.zkejid.constructor Artifact: string-value
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact string-value
Group com.zkejid.constructor
Version 1.0.0
Last update 18. May 2020
Organization not specified
URL https://github.com/zkejidsconstructor/string-value
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fluent-builder-generator from group foundation.fluent.api (version 2.12)

Group: foundation.fluent.api Artifact: fluent-builder-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact fluent-builder-generator
Group foundation.fluent.api
Version 2.12
Last update 20. March 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies fluent-api-generator-annotations,
There are maybe transitive dependencies!

vmock from group com.googlecode.vmock (version 1.1.1)

VMock is a Java mocking library with ability to mock method and constructor calls without the need to create mock objects. It uses AspectJ under the hood and should be used along with unit testing frameworks such as JUnit or TestNG.

Group: com.googlecode.vmock Artifact: vmock
Show all versions Show documentation Show source 
 

0 downloads
Artifact vmock
Group com.googlecode.vmock
Version 1.1.1
Last update 09. November 2013
Organization not specified
URL https://vmock.googlecode.com
License New BSD License
Dependencies amount 7
Dependencies aspectjrt, commons-lang, commons-collections, cglib, asm, asm-util, objenesis,
There are maybe transitive dependencies!

classgrep from group cn.wensiqun (version 1.1.1)

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Group: cn.wensiqun Artifact: classgrep
Show all versions Show documentation Show source 
 

0 downloads
Artifact classgrep
Group cn.wensiqun
Version 1.1.1
Last update 07. November 2013
Organization not specified
URL http://www.wensiqun.com/classgrep
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies asmsupport,
There are maybe transitive dependencies!

classgrep from group com.googlecode.classgrep (version 1.0)

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Group: com.googlecode.classgrep Artifact: classgrep
Show documentation Show source 
 

0 downloads
Artifact classgrep
Group com.googlecode.classgrep
Version 1.0
Last update 20. July 2013
Organization not specified
URL http://www.wensiqun.com/classgrep
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies asmsupport,
There are maybe transitive dependencies!

maybe from group com.ckkloverdos (version 0.6.0)

Scala Maybe. Inspired by Lift's Box, Haskell's Maybe and Scala's Option. A few noteable characteristics: * `Maybe()` is a polymorphich constructor that Does The Right Thing, no matter the input. * `get` is only provided for a `Just` value, not in the general `Maybe` API. * `map` on a `Just` Does The Right Thing, even if the calling function explodes.

Group: com.ckkloverdos Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group com.ckkloverdos
Version 0.6.0
Last update 29. January 2013
Organization ckkloverdos.com
URL https://github.com/loverdos/maybe
License Apache 2
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!

imagegenerator-maven-plugin from group org.kathrynhuxtable.maven.plugins (version 1.1.2)

A Maven plugin to generate image files from an XML description of objects. This allows for constructor arguments and client properties, and is useful for creating documentation for Swing look and feel packages, and also for documenting custom components.

Group: org.kathrynhuxtable.maven.plugins Artifact: imagegenerator-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact imagegenerator-maven-plugin
Group org.kathrynhuxtable.maven.plugins
Version 1.1.2
Last update 03. April 2010
Organization kathrynhuxtable.org
URL http://khuxtable.github.com/imagegenerator-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies maven-plugin-api, plexus-container-default, plexus-utils,
There are maybe transitive dependencies!

jaxb2-value-constructor from group org.jvnet.jaxb2_commons (version 3.0)

Causes JAXB RI 2 XJC to generate a value constructor, where each embedded element is included as a constructor parameter. This is usedful when you want to make sure that you have handled every single possible embedded element. The plugin also generates a default (no argument) constructor, so existing code runs as expected.

Group: org.jvnet.jaxb2_commons Artifact: jaxb2-value-constructor
Show documentation Show source 
 

3 downloads
Artifact jaxb2-value-constructor
Group org.jvnet.jaxb2_commons
Version 3.0
Last update 29. March 2011
Organization not specified
URL http://java.net/projects/jaxb2-commons/pages/value-constructor
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

randoop from group net.sourceforge.javydreamercsw (version 1.3.2)

Randoop is an automatic unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format. Randoop generates unit tests using feedback-directed random test generation. In a nutshell, this technique randomly, but smartly, generates sequences of methods and constructor invocations for the classes under test, and uses the sequences to create tests. Randoop executes the sequences it creates, using the results of the execution to create assertions that capture the behavior or your program and that catch bugs. Randoop has created tests that find previously unkwon errors even in widely-used libraries including Sun and IBM's JDKs. A .NET version of Randoop, used internally at Microsoft, has been used successfully by a team of test engineers to find errors in a core .NET component that has been heavily tested for years. Randoop's combination of randomized test generation and test execution results in a highly effective test generation technique.

Group: net.sourceforge.javydreamercsw Artifact: randoop
Show documentation Show source 
 

0 downloads
Artifact randoop
Group net.sourceforge.javydreamercsw
Version 1.3.2
Last update 05. December 2012
Organization not specified
URL https://sourceforge.net/projects/randoopmplugin/
License MIT License
Dependencies amount 2
Dependencies manipulation, plume,
There are maybe transitive dependencies!



Page 12 from 14 (items total 131)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy