Download JAR files tagged by needed with all dependencies
box-parent from group edu.byu.hbll.box (version 2.7.0)
Box is an add-on framework for Java applications that performs asynchronous gathering of source data with subsequent processing or transformation of that data into output JSON documents and exposing those documents through a web API. Box excels at maintaining existing documents including keeping them up-to-date in real time and deleting them when required. Box supports aggregating data from multiple sources as well as splitting data into multiple documents. How documents are processed is left up to each application. The web api makes the documents available by ID or by harvesting all documents. Harvests can be filtered using facets and documents can be pared down by requesting only needed fields.
Group: edu.byu.hbll.box Artifact: box-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 box-parent
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL https://${scm.repository}
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL https://${scm.repository}
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
box-kafka from group edu.byu.hbll.box (version 2.7.0)
0 downloads
Artifact box-kafka
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies box-core, kafka-clients,
There are maybe transitive dependencies!
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies box-core, kafka-clients,
There are maybe transitive dependencies!
box-oai from group edu.byu.hbll.box (version 2.7.0)
0 downloads
Artifact box-oai
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies box-core, xml,
There are maybe transitive dependencies!
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies box-core, xml,
There are maybe transitive dependencies!
box-postgres from group edu.byu.hbll.box (version 2.7.0)
0 downloads
box-test from group edu.byu.hbll.box (version 2.7.0)
0 downloads
box-client-spring from group edu.byu.hbll.box (version 2.7.0)
0 downloads
Artifact box-client-spring
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies box-client, spring-web,
There are maybe transitive dependencies!
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies box-client, spring-web,
There are maybe transitive dependencies!
box-client from group edu.byu.hbll.box (version 2.7.0)
0 downloads
Artifact box-client
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies json,
There are maybe transitive dependencies!
Group edu.byu.hbll.box
Version 2.7.0
Last update 04. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies json,
There are maybe transitive dependencies!
getopt-databind from group pro.johndunlap (version 0.5.6)
This is a Java library which provides a flexible and customizable way to bind command line arguments to Java
objects, in a similar manner to how JSON, XML, and YAML can be bound to Java objects. You can easily define
Java classes that represent the data structure of your command line arguments, and use annotations to specify
how those arguments should be parsed and bound to the corresponding fields in your Java object. This allows you
to write command line interfaces that are more intuitive and easier to use, while also reducing the amount of
boilerplate code that is needed to parse and validate command line arguments.
Artifact getopt-databind
Group pro.johndunlap
Version 0.5.6
Last update 20. April 2023
Organization not specified
URL https://github.com/johndunlap/getopt-databind
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group pro.johndunlap
Version 0.5.6
Last update 20. April 2023
Organization not specified
URL https://github.com/johndunlap/getopt-databind
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
autocomplete from group com.fifesoft (version 3.3.1)
AutoComplete is a library allowing you to add IDE-like auto-completion (aka "code completion" or "Intellisense") to any Swing JTextComponent. Special integration is added for RSyntaxTextArea, since this feature is commonly needed when editing source code. Features include: Drop-down completion choice list. Optional companion "description" window, complete with full HTML support and navigable with hyperlinks. Optional parameter completion assistance for functions and methods, ala Eclipse and NetBeans. Completion information is typically specified in an XML file, but can even be dynamic.
115 downloads
Artifact autocomplete
Group com.fifesoft
Version 3.3.1
Last update 14. January 2023
Organization not specified
URL https://github.com/bobbylight/AutoComplete
License BSD-3-Clause
Dependencies amount 1
Dependencies rsyntaxtextarea,
There are maybe transitive dependencies!
Group com.fifesoft
Version 3.3.1
Last update 14. January 2023
Organization not specified
URL https://github.com/bobbylight/AutoComplete
License BSD-3-Clause
Dependencies amount 1
Dependencies rsyntaxtextarea,
There are maybe transitive dependencies!
application-properties from group com.lyders (version 1.2.1)
This ApplicationProperties Java package provides a fast and easily configurable application.properties loader
that mimics some key features of the Spring Boot application.properties loader. This package allows for
multi-level overloading of properties based on a basename and optional suffix by searching the classpath,
optional configurable file paths along with the JNDI server container context.
The class
[ApplicationPropertiesConfig](src/main/java/com/lyders/application-properties/ApplicationPropertiesConfig.java)
controls the features of the overloading of properties such as the base name of the properties file, an optional
suffix that allows for the loading of environment-specific or scenario-specific property files as needed.
The following features are supported:
* Names of properties files can be customized
* Locations of properties files can be customized. The following path types are supported:
* class path
* file system paths
* JNDI environment naming context (e.g., Servlet/JSP running under Tomcat)
* Environment-specific property files can override the values in default properties files via a "suffix"
0 downloads
Artifact application-properties
Group com.lyders
Version 1.2.1
Last update 14. February 2021
Organization not specified
URL https://github.com/rlyders/application-properties
License The MIT License
Dependencies amount 6
Dependencies commons-io, javax.servlet-api, commons-lang3, slf4j-simple, commons-logging, maven-scm-api,
There are maybe transitive dependencies!
Group com.lyders
Version 1.2.1
Last update 14. February 2021
Organization not specified
URL https://github.com/rlyders/application-properties
License The MIT License
Dependencies amount 6
Dependencies commons-io, javax.servlet-api, commons-lang3, slf4j-simple, commons-logging, maven-scm-api,
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
Page 88 from 90 (items total 899)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy