Download JAR files tagged by write with all dependencies
jmapper-api from group com.googlecode.jmapper-framework (version 1.2.1)
JMapper is a framework that permits to write dynamic mapping, bringing several advantages as:
create and enrich target objects,
apply a specific logic to the mapping (only valued fields, only null fields, etc..),
automated management of the XML file,
possibility of implementing the 1 to N and N to 1 relationships,
define explicit conversions,
define inherited configurations,
0 downloads
Artifact jmapper-api
Group com.googlecode.jmapper-framework
Version 1.2.1
Last update 13. December 2014
Organization not specified
URL http://code.google.com/p/jmapper-framework/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.googlecode.jmapper-framework
Version 1.2.1
Last update 13. December 2014
Organization not specified
URL http://code.google.com/p/jmapper-framework/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
form-sql-builder-mysql from group org.crazycake (version 1.0.0-RELEASE)
As a programmer did you have the experience that when you comes to implement a search page you can only transform the search form into sql manually? If your project have 20 search page like that then you have to write 20 times to implement the sql query. It’s boring and anxious. form-sql-builder-mysql is designed for ease the burden for you. It can help you to transform search or list form sent from browser into query sql automatically.
Artifact form-sql-builder-mysql
Group org.crazycake
Version 1.0.0-RELEASE
Last update 12. October 2014
Organization not specified
URL https://github.com/alexxiyang/form-sql-builder-mysql
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies persistence-api, slf4j-api, jackson-mapper-asl, camel-name-utils,
There are maybe transitive dependencies!
Group org.crazycake
Version 1.0.0-RELEASE
Last update 12. October 2014
Organization not specified
URL https://github.com/alexxiyang/form-sql-builder-mysql
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies persistence-api, slf4j-api, jackson-mapper-asl, camel-name-utils,
There are maybe transitive dependencies!
T4Spring from group org.bitbucket.omargameelsalem (version 1.0)
T4Spring is a code generation tool for Spring MVC apps that creates strongly typed views that eliminate the use of literal strings in many places.
e.g. instead of
@RequestMapping(value = "/", method = RequestMethod.GET)
public String index(ModelMap map)
{
map.addAttribute("msg", "literal strings are no good!!");
return "Home/index";
}
T4Spring lets you write
@RequestMapping(value = "/", method = RequestMethod.GET)
public String index(ModelMap map)
{
map.addAttribute("msg", "Hello T4Spring!!");
return Views.Home.index;
}
Artifact T4Spring
Group org.bitbucket.omargameelsalem
Version 1.0
Last update 01. September 2014
Organization not specified
URL https://bitbucket.org/omar_gameel_salem/t4spring/overview
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.bitbucket.omargameelsalem
Version 1.0
Last update 01. September 2014
Organization not specified
URL https://bitbucket.org/omar_gameel_salem/t4spring/overview
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
hbase from group com.google.code.maven-play-plugin.org.apache.hbase (version 0.21.0-20100622)
HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data.
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
of commodity hardware.
Group: com.google.code.maven-play-plugin.org.apache.hbase Artifact: hbase
Show documentation Show source
Show documentation Show source
3 downloads
Artifact hbase
Group com.google.code.maven-play-plugin.org.apache.hbase
Version 0.21.0-20100622
Last update 11. March 2013
Organization Apache Software Foundation
URL http://hbase.apache.org
License Apache 2
Dependencies amount 34
Dependencies commons-cli, commons-httpclient, commons-lang, commons-logging, log4j, thrift, slf4j-api, guava, hadoop-core, zookeeper, jetty, jetty-util, servlet-api-2.5, jsp-2.1, jsp-api-2.1, jasper-runtime, jasper-compiler, jruby-complete, protobuf-java, jersey-core, jersey-json, jersey-server, jaxb-api, jsr311-api, stax-api, slf4j-log4j12, avro, slf4j-api, jackson-core-asl, jackson-mapper-asl, junit, mockito-all, hadoop-test, guava,
There are maybe transitive dependencies!
Group com.google.code.maven-play-plugin.org.apache.hbase
Version 0.21.0-20100622
Last update 11. March 2013
Organization Apache Software Foundation
URL http://hbase.apache.org
License Apache 2
Dependencies amount 34
Dependencies commons-cli, commons-httpclient, commons-lang, commons-logging, log4j, thrift, slf4j-api, guava, hadoop-core, zookeeper, jetty, jetty-util, servlet-api-2.5, jsp-2.1, jsp-api-2.1, jasper-runtime, jasper-compiler, jruby-complete, protobuf-java, jersey-core, jersey-json, jersey-server, jaxb-api, jsr311-api, stax-api, slf4j-log4j12, avro, slf4j-api, jackson-core-asl, jackson-mapper-asl, junit, mockito-all, hadoop-test, guava,
There are maybe transitive dependencies!
spring-amqp-parent from group org.springframework.amqp (version 1.1.1.RELEASE)
Spring AMQP is framework that makes it easy to write Java applications for the Advanced Message Queue Protocol. It supports a variety of common high-level messaging patterns, like synchronous and asynchronous consumers, synchronous producers, automatic re-connection, transactions, batching. The emphasis is on declarative configuration and a POJO programming model without hiding the full power of the underlying protocol.
Group: org.springframework.amqp Artifact: spring-amqp-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-amqp-parent
Group org.springframework.amqp
Version 1.1.1.RELEASE
Last update 31. May 2012
Organization not specified
URL http://www.springsource.org/spring-amqp
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.springframework.amqp
Version 1.1.1.RELEASE
Last update 31. May 2012
Organization not specified
URL http://www.springsource.org/spring-amqp
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
visualization-datasource from group com.google.visualization (version 1.1.1)
This library makes it easy to implement a Visualization data source so that you can
easily chart or visualize your data from any of your data stores.
The library implements the Google Visualization API wire protocol and query language.
You therefore need write only the code required to make your data available to the library in
the form of a data table.
This task is made easier by the provision of abstract classes and helper
functions.
Group: com.google.visualization Artifact: visualization-datasource
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact visualization-datasource
Group com.google.visualization
Version 1.1.1
Last update 24. April 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-lang, commons-logging, guava, icu4j, opencsv,
There are maybe transitive dependencies!
Group com.google.visualization
Version 1.1.1
Last update 24. April 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-lang, commons-logging, guava, icu4j, opencsv,
There are maybe transitive dependencies!
village from group torque (version 3.3)
Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose
of this API is to make it easier to interact with a JDBC compliant relational
database. By using Village, it is possible to execute and manage
select/insert/update/delete SQL statements without having to actually write
a single line of SQL. Village can use any valid JDBC Connection object, so it
is possible to use Village with a JDBC Connection pool.
0 downloads
Artifact village
Group torque
Version 3.3
Last update 29. February 2008
Organization Apache Software Foundation
URL http://db.apache.org/torque/releases/torque-3.3/village/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group torque
Version 3.3
Last update 29. February 2008
Organization Apache Software Foundation
URL http://db.apache.org/torque/releases/torque-3.3/village/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
json-smart from group com.infomaximum (version 2.5.1)
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
0 downloads
Artifact json-smart
Group com.infomaximum
Version 2.5.1
Last update 12. November 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!
Group com.infomaximum
Version 2.5.1
Last update 12. November 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!
elements from group org.codeprimate (version 2.0.0-M5)
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.
Write better Java!
0 downloads
Artifact elements
Group org.codeprimate
Version 2.0.0-M5
Last update 30. July 2024
Organization Codeprimate.org
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.codeprimate
Version 2.0.0-M5
Last update 30. July 2024
Organization Codeprimate.org
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
qa-testing-utils from group dev.aherscu.qa (version 1.0.4)
JAX-RS generic providers, authenticators and logging filters, an
auto-returning pool implementation based on Apache Commons Pooling, a
wrapper around Apache Commons Configuration to make it look like a map,
various assertions for JSON and XML, a Read-Multi-Write lock, Hamcrest
Matchers extensions for streams, and many other utilities for handling text,
streams, lists, maps, etc. In addition, provides an AWS Cognito SRP filter
for JAX-RS and a CLI for it, see generate-aws-cognito-srp-authenticator
profile for generating it.
0 downloads
Artifact qa-testing-utils
Group dev.aherscu.qa
Version 1.0.4
Last update 21. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 22
Dependencies lombok, spotbugs-annotations, validation-api, javax.annotation-api, hamcrest, thumbnailator, jcurry, reflections, commons-configuration, commons-collections, commons-text, guava, jakarta.ws.rs-api, commons-lang3, commons-io, commons-codec, slf4j-api, logback-classic, json-path, assertj-core, commons-jxpath, wiremock-jre8,
There are maybe transitive dependencies!
Group dev.aherscu.qa
Version 1.0.4
Last update 21. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 22
Dependencies lombok, spotbugs-annotations, validation-api, javax.annotation-api, hamcrest, thumbnailator, jcurry, reflections, commons-configuration, commons-collections, commons-text, guava, jakarta.ws.rs-api, commons-lang3, commons-io, commons-codec, slf4j-api, logback-classic, json-path, assertj-core, commons-jxpath, wiremock-jre8,
There are maybe transitive dependencies!
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
Page 148 from 155 (items total 1550)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy