Download JAR files tagged by again with all dependencies
base-crud-app from group io.github.adityakumar28 (version 1.0.0)
Library for reducing dev time for spring boot developers.Idea is to generify the boilerplate code which is required for the creation of a CRUD application so that one should write the same code again and again for different class types.
Group: io.github.adityakumar28 Artifact: base-crud-app
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact base-crud-app
Group io.github.adityakumar28
Version 1.0.0
Last update 19. June 2022
Organization not specified
URL Not specified
License MIT License
Dependencies amount 5
Dependencies spring-boot-starter-data-jpa, spring-boot-starter-web, lombok, spring-boot-starter-validation, springdoc-openapi-ui,
There are maybe transitive dependencies!
Group io.github.adityakumar28
Version 1.0.0
Last update 19. June 2022
Organization not specified
URL Not specified
License MIT License
Dependencies amount 5
Dependencies spring-boot-starter-data-jpa, spring-boot-starter-web, lombok, spring-boot-starter-validation, springdoc-openapi-ui,
There are maybe transitive dependencies!
maui-data from group com.entopix (version 1.1)
This is just a jar that packages up the labels for making the engine that bit better.
Because it rarely changes, it makes no sense to release it each time we release the
main Maui artifact, or to force people to download it again and again.
0 downloads
Artifact maui-data
Group com.entopix
Version 1.1
Last update 24. October 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.entopix
Version 1.1
Last update 24. October 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
eprover from group org.eprover (version 1.6)
E is a theorem prover for full first-order logic with equality. It accepts a problem specification, typically consisting of a number of first-order clauses or formulas, and a conjecture, again either in clausal or full first-order form. The system will then try to find a formal proof for the conjecture, assuming the axioms.
0 downloads
Artifact eprover
Group org.eprover
Version 1.6
Last update 21. November 2012
Organization not specified
URL http://www.eprover.org
License GNU General Public License, version 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.eprover
Version 1.6
Last update 21. November 2012
Organization not specified
URL http://www.eprover.org
License GNU General Public License, version 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
scriptingClassifiers from group nz.ac.waikato.cms.weka (version 1.0.2)
Wrapper classifiers for Jython and Groovy code. Even though the classifier is serializable, the trained classifier cannot be stored persistently. I.e., one cannot store a model file and re-load it at a later point in time again to make predictions.
Group: nz.ac.waikato.cms.weka Artifact: scriptingClassifiers
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact scriptingClassifiers
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/scriptingClassifiers
License GNU General Public License 3
Dependencies amount 3
Dependencies weka-dev, jython-standalone, groovy-all,
There are maybe transitive dependencies!
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/scriptingClassifiers
License GNU General Public License 3
Dependencies amount 3
Dependencies weka-dev, jython-standalone, groovy-all,
There are maybe transitive dependencies!
settingsutil from group com.googlecode.mad-mvntools (version 0.1.2)
With this Mojo you can back up a set of files from a workspace (eclipse workspace for instance). The Files will be stored in a special file that is save and that can be commited to the svn-repo. Every User has his own space in the file. Conflicts of .setting-files will never happen again.
Group: com.googlecode.mad-mvntools Artifact: settingsutil
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact settingsutil
Group com.googlecode.mad-mvntools
Version 0.1.2
Last update 19. January 2011
Organization mad - marthaler daniel
URL http://code.google.com/p/mad-mvntools-settingsutil/
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies common, maven-plugin-api, maven-model, maven-artifact, maven-project, xstream,
There are maybe transitive dependencies!
Group com.googlecode.mad-mvntools
Version 0.1.2
Last update 19. January 2011
Organization mad - marthaler daniel
URL http://code.google.com/p/mad-mvntools-settingsutil/
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies common, maven-plugin-api, maven-model, maven-artifact, maven-project, xstream,
There are maybe transitive dependencies!
wicketstuff-multi-text-input from group org.wicketstuff (version 1.5.13)
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.
Group: org.wicketstuff Artifact: wicketstuff-multi-text-input
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact wicketstuff-multi-text-input
Group org.wicketstuff
Version 1.5.13
Last update 14. February 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies wicketstuff-prototype, wicket-extensions,
There are maybe transitive dependencies!
Group org.wicketstuff
Version 1.5.13
Last update 14. February 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies wicketstuff-prototype, wicket-extensions,
There are maybe transitive dependencies!
jsefa-parent from group net.sf.jsefa (version 1.1.1.RELEASE)
Group: net.sf.jsefa Artifact: jsefa-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
jsefa from group net.sf.jsefa (version 1.1.1.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.
Artifact jsefa
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
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 net.sf.jsefa (version 1.1.1.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 net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
maven-properties-enum-plugin from group com.googlecode.maven-properties-enum-plugin (version 1.4.0)
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
Group: com.googlecode.maven-properties-enum-plugin Artifact: maven-properties-enum-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact maven-properties-enum-plugin
Group com.googlecode.maven-properties-enum-plugin
Version 1.4.0
Last update 23. August 2013
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, slf4j-api, logback-classic,
There are maybe transitive dependencies!
Group com.googlecode.maven-properties-enum-plugin
Version 1.4.0
Last update 23. August 2013
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, slf4j-api, logback-classic,
There are maybe transitive dependencies!
Page 4 from 9 (items total 85)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy