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

Download JAR files tagged by base with all dependencies

Search JAR files by class name

flapi-build-project from group com.unquietcode.tools.flapi (version 2.0)

Flapi is a code generation tool for Java which allows you to create fluent API's which are easy to evolve and maintain. This project POM can be used as the base for projects which want to generate code at build-time using the Flapi maven plugin.

Group: com.unquietcode.tools.flapi Artifact: flapi-build-project
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact flapi-build-project
Group com.unquietcode.tools.flapi
Version 2.0
Last update 01. March 2016
Organization not specified
URL https://github.com/UnquietCode/Flapi
License ASL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

flapi-builder from group com.unquietcode.tools.flapi (version 2.0)

Group: com.unquietcode.tools.flapi Artifact: flapi-builder
Show all versions Show documentation Show source 
 

0 downloads
Artifact flapi-builder
Group com.unquietcode.tools.flapi
Version 2.0
Last update 01. March 2016
Organization not specified
URL Not specified
License ASL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

asmsupport from group cn.wensiqun (version 0.4.3)

This project is will help developer to dynamic create/modify class at runtime simply, and it's base on ASM framework. but it's different to ASM, it's make developer don't care about LocalVariables and Stack status at JVM layer, and also don't care the underlying instructions of JVM.

Group: cn.wensiqun Artifact: asmsupport
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact asmsupport
Group cn.wensiqun
Version 0.4.3
Last update 20. August 2015
Organization not specified
URL https://github.com/wensiqun/asmsupport
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.i3xx.util.symbol from group org.i3xx.util (version 0.1.0)

Provides a symbol to integer mapping that is the base of a lot of servises that work with symbols. A symbol is a, in it's context, unique word. Unlike a GUID or UUID a symbol is human readable and represents something. Symbols are often part of something we call classic artificial intelligence. Once a symbol is mapped to an integer this mapping never changes.

Group: org.i3xx.util Artifact: org.i3xx.util.symbol
Show documentation Show source 
 

0 downloads
Artifact org.i3xx.util.symbol
Group org.i3xx.util
Version 0.1.0
Last update 06. July 2015
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 8
Dependencies org.i3xx.util.basic, org.i3xx.util.platform, org.i3xx.util.general.setup, org.osgi.core, org.osgi.compendium, log4j, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

halite from group io.inkstand (version 0.1.1)

A lightweight API of the HAL specification that provides base types for JAXB generated classes and convenience methods to add links or embedd resources. The JSon support allows create spec conform json output from the JAXB based datatypes and a Jax-RS provider to write message bodies.

Group: io.inkstand Artifact: halite
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact halite
Group io.inkstand
Version 0.1.1
Last update 10. May 2015
Organization not specified
URL https://github.com/moskitoli/halite
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies slf4j-api, log4j-slf4j-impl, log4j-api, log4j-core,
There are maybe transitive dependencies!

halite from group li.moskito (version 0.1.0)

A lightweight API of the HAL specification that provides base types for JAXB generated classes and convenience methods to add links or embedd resources. The JSon support allows create spec conform json output from the JAXB based datatypes and a Jax-RS provider to write message bodies.

Group: li.moskito Artifact: halite
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact halite
Group li.moskito
Version 0.1.0
Last update 24. November 2014
Organization not specified
URL https://github.com/moskitoli/halite
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies slf4j-api, log4j-slf4j-impl, log4j-api, log4j-core,
There are maybe transitive dependencies!

griddly from group com.jasonwjones.griddly (version 1.0.4)

Griddly is a simple and flexible generic Grid library for Java. It is a true Java generic class and can use any object as its base type. Originally part of Saxbi Server as the Stellaris Grids module, it has been spun off to a standalone library.

Group: com.jasonwjones.griddly Artifact: griddly
Show documentation Show source 
 

0 downloads
Artifact griddly
Group com.jasonwjones.griddly
Version 1.0.4
Last update 23. October 2014
Organization Jason Jones
URL http://www.jasonwjones.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

base-pom from group org.iplantc.core (version 1.8.4)

This is a base level pom that other projects can inherit from to include common libraries. It helps avoid the repeating the same dependency in multiple poms and causes conflicts when one pom is upgraded but the others are not.

Group: org.iplantc.core Artifact: base-pom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact base-pom
Group org.iplantc.core
Version 1.8.4
Last update 13. February 2014
Organization not specified
URL http://iplantcollaborative.org
License Standard BSD
Dependencies amount 16
Dependencies json, json-lib, commons-lang, commons-collections, httpclient, commons-io, hibernate-core, hibernate-c3p0, jpa-api, persistence-api, javassist, hsqldb, sqltool, postgresql, slf4j-log4j12, log4j,
There are maybe transitive dependencies!

qedeq_kernel from group org.qedeq.kernel (version 0.04.07)

In the tradition of Hilbert's program the project creates a formal correct (checkable by a proof verifier) but readable (like an ordinary LaTeX textbook) mathematical knowledge base which is freely accessible within the internet.

Group: org.qedeq.kernel Artifact: qedeq_kernel
Show all versions Show documentation Show source 
 

0 downloads
Artifact qedeq_kernel
Group org.qedeq.kernel
Version 0.04.07
Last update 24. May 2013
Organization not specified
URL http://qedeq.org
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies commons-logging, commons-httpclient, commons-codec, commons-lang, commons-io,
There are maybe transitive dependencies!

asmsupport from group com.googlecode.amssupport (version 0.2)

This project is will help developer to dynamic create/modify class at runtime simply, and it's base on ASM framework. but it's different to ASM, it's make developer don't care about LocalVariables and Stack status at JVM layer, and also don't care the underlying instructions of JVM.

Group: com.googlecode.amssupport Artifact: asmsupport
Show documentation Show source 
 

0 downloads
Artifact asmsupport
Group com.googlecode.amssupport
Version 0.2
Last update 17. May 2013
Organization not specified
URL https://code.google.com/p/amssupport/
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies log4j, commons-logging, commons-collections, commons-lang, asm, asm-commons,
There are maybe transitive dependencies!



Page 488 from 512 (items total 5118)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy