Download JAR files tagged by again with all dependencies
niowire from group io.niowire (version 0.2)
Niowire is a non blocking socket server framework for java. It makes the
task of writing and implementing a highly scalable server capable of
many simultaneous connections easy. All that has to be written to
use it are a Serializer to parse the binary stream into objects (or you
can use one of the built in ones), an Inspector which filters,
authenticates and modifies packets packets (or again, use one of the
built in ones) and one or more services which uses the data packets
(more built in ones here too!)
Artifact niowire
Group io.niowire
Version 0.2
Last update 29. January 2013
Organization not specified
URL http://niowire.io
License GNU LESSER GENERAL PUBLIC LICENSE 3.0
Dependencies amount 3
Dependencies logback-classic, gson, javax.inject,
There are maybe transitive dependencies!
Group io.niowire
Version 0.2
Last update 29. January 2013
Organization not specified
URL http://niowire.io
License GNU LESSER GENERAL PUBLIC LICENSE 3.0
Dependencies amount 3
Dependencies logback-classic, gson, javax.inject,
There are maybe transitive dependencies!
iframework from group com.kapilvirenahuja (version 1.2.1)
This is a set of utilities and classes that I have found useful over the years.
In my career spanning over a decade, I have time and again written the same code or
some part of the code over and over again. I never found the time to collate the details
in a reusable library. This project will be a collection of such files.
The work that I have been doing is more than 5 years old, however the project has been
conceived in 2011.
0 downloads
Artifact iframework
Group com.kapilvirenahuja
Version 1.2.1
Last update 22. November 2011
Organization not specified
URL http://projects.scratchpad101.com/iframework/1.0.x/index.html
License Apache License - Version 2.0, January 2004
Dependencies amount 9
Dependencies spring-context-support, log4j, xstream, spring-jdbc, jxl, commons-codec, commons-lang, commons-email, commons-configuration,
There are maybe transitive dependencies!
Group com.kapilvirenahuja
Version 1.2.1
Last update 22. November 2011
Organization not specified
URL http://projects.scratchpad101.com/iframework/1.0.x/index.html
License Apache License - Version 2.0, January 2004
Dependencies amount 9
Dependencies spring-context-support, log4j, xstream, spring-jdbc, jxl, commons-codec, commons-lang, commons-email, commons-configuration,
There are maybe transitive dependencies!
multi-text-input from group org.wicketstuff (version 1.5-RC5.1)
The WicketStuff Multi-Text input is a Javascript widget which mimics
the To: input in Apple's Mail.app, or the >fb:multi-friend-input<
input from Facebook.
Essentially, the user may type a piece of text into the input then hit the
enter key to have the text added to the input in a rounded box. The user
may delete the texted entered by either clicking on an x button within the
rounded box, or hitting the backspace button to highlight the text, then clicking
backspace again to delete it.
Two sets of hidden inputs are used to keep track of the text added to the input
and the text deleted.
0 downloads
Artifact multi-text-input
Group org.wicketstuff
Version 1.5-RC5.1
Last update 25. June 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies prototype, wicket-extensions,
There are maybe transitive dependencies!
Group org.wicketstuff
Version 1.5-RC5.1
Last update 25. June 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies prototype, wicket-extensions,
There are maybe transitive dependencies!
maven-properties-enum-plugin from group net.sf.maven-properties-enum-plugin (version 1.0.1)
Never liked hard-coding your property keys? The maven-properties-enum-plugin allows you to generate enum types, holding all valid keys including javadoc.
Your advantages:
* You can't access on non-existing keys as it would cause compile errors
* As it's an enum, you can use your IDE's auto-completion
* You'll never have to check your properties keys again
* You can see the property's value in the enum field's javadoc
Artifact maven-properties-enum-plugin
Group net.sf.maven-properties-enum-plugin
Version 1.0.1
Last update 10. December 2010
Organization not specified
URL http://code.google.com/p/maven-properties-enum-plugin/
License Apache 2
Dependencies amount 4
Dependencies maven-project, maven-plugin-api, maven-plugin-testing-harness, log4j,
There are maybe transitive dependencies!
Group net.sf.maven-properties-enum-plugin
Version 1.0.1
Last update 10. December 2010
Organization not specified
URL http://code.google.com/p/maven-properties-enum-plugin/
License Apache 2
Dependencies amount 4
Dependencies maven-project, maven-plugin-api, maven-plugin-testing-harness, log4j,
There are maybe transitive dependencies!
jsefa from group org.jsefa (version 0.9.3.RELEASE)
JSefa (Java Simple exchange format api) is a simple
library for stream-based serialization of java objects to XML, CSV,
FLR or any other format and back again using an iterator-style
interface independent of the serialization format. The mapping between
java object types and types of the serialization format (e. g. xml
complex element types) can be defined either by annotating the java
classes or programmatically using a simple API. The current
implementation supports XML, CSV and FLR - for XML it is based on JSR
173.
0 downloads
Artifact jsefa
Group org.jsefa
Version 0.9.3.RELEASE
Last update 17. November 2010
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.jsefa
Version 0.9.3.RELEASE
Last update 17. November 2010
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jsefa-android from group org.jsefa (version 0.9.3.RELEASE)
JSefa (Java Simple exchange format api) is a simple
library for stream-based serialization of java objects to XML, CSV,
FLR or any other format and back again using an iterator-style
interface independent of the serialization format. The mapping between
java object types and types of the serialization format (e. g. xml
complex element types) can be defined either by annotating the java
classes or programmatically using a simple API. The current
implementation supports XML, CSV and FLR - for XML it is based on JSR
173.
0 downloads
Artifact jsefa-android
Group org.jsefa
Version 0.9.3.RELEASE
Last update 17. November 2010
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.jsefa
Version 0.9.3.RELEASE
Last update 17. November 2010
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jsefa-parent from group org.jsefa (version 0.9.3.RELEASE)
JSefa (Java Simple exchange format api) is a simple
library for stream-based serialization of java objects to XML, CSV,
FLR or any other format and back again using an iterator-style
interface independent of the serialization format. The mapping between
java object types and types of the serialization format (e. g. xml
complex element types) can be defined either by annotating the java
classes or programmatically using a simple API. The current
implementation supports XML, CSV and FLR - for XML it is based on JSR
173 for the standard version and XmlPull for the android version.
Group: org.jsefa Artifact: jsefa-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jsefa-parent
Group org.jsefa
Version 0.9.3.RELEASE
Last update 17. November 2010
Organization not specified
URL http://jsefa.sf.net
License Apache License, Version 2.0
Dependencies amount 1
Dependencies xmlpull,
There are maybe transitive dependencies!
Group org.jsefa
Version 0.9.3.RELEASE
Last update 17. November 2010
Organization not specified
URL http://jsefa.sf.net
License Apache License, Version 2.0
Dependencies amount 1
Dependencies xmlpull,
There are maybe transitive dependencies!
evita_external_api from group io.evitadb (version 2024.12.0)
Group: io.evitadb Artifact: evita_external_api
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact evita_external_api
Group io.evitadb
Version 2024.12.0
Last update 20. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.evitadb
Version 2024.12.0
Last update 20. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
evita_functional_tests from group io.evitadb (version 2024.12.0)
Artifact evita_functional_tests
Group io.evitadb
Version 2024.12.0
Last update 20. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.evitadb
Version 2024.12.0
Last update 20. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
evita_store from group io.evitadb (version 2024.12.0)
Group: io.evitadb Artifact: evita_store
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact evita_store
Group io.evitadb
Version 2024.12.0
Last update 20. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies evita_common, evita_api,
There are maybe transitive dependencies!
Group io.evitadb
Version 2024.12.0
Last update 20. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies evita_common, evita_api,
There are maybe transitive dependencies!
Page 5 from 9 (items total 85)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy