Download JAR files tagged by input with all dependencies
parameter-validation from group info.gehrels (version 2.0.0)
Validating input parameters of methods and constructors is a recurring and stupid task, especially when you are
writing public APIs. This module tries to ease your life a bit by providing a static validateThat() method,
allowing you to throw IllegalArgumentExceptions using hamcrest matchers.
0 downloads
Artifact parameter-validation
Group info.gehrels
Version 2.0.0
Last update 18. October 2024
Organization not specified
URL https://github.com/BGehrels/parameter-validation
License The BSD 3-Clause License
Dependencies amount 1
Dependencies hamcrest-core,
There are maybe transitive dependencies!
Group info.gehrels
Version 2.0.0
Last update 18. October 2024
Organization not specified
URL https://github.com/BGehrels/parameter-validation
License The BSD 3-Clause License
Dependencies amount 1
Dependencies hamcrest-core,
There are maybe transitive dependencies!
utils from group com.campusdual (version 1.1.0)
Class of utilities to generate a random number, express a double with 2 decimal places, list lists with System.out.println(), list and select elements of a list and help to facilitate the input of data by console in a Java project. Also provides a transitive dependency for Gson
Artifact utils
Group com.campusdual
Version 1.1.0
Last update 27. August 2024
Organization CampusDual
URL https://github.com/CampusDual/utils
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies gson,
There are maybe transitive dependencies!
Group com.campusdual
Version 1.1.0
Last update 27. August 2024
Organization CampusDual
URL https://github.com/CampusDual/utils
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies gson,
There are maybe transitive dependencies!
json-tree from group org.hisp.dhis (version 1.5)
This module provides a library to parse and browse JSON documents
provided as input string. It is build in particular to extract JSON
nodes by path with high performance. This is done by skipping nodes
that are not of interest and by only building a cheap low level node
representation for those nodes that are extracted.
0 downloads
Artifact json-tree
Group org.hisp.dhis
Version 1.5
Last update 19. August 2024
Organization UiO
URL https://github.com/dhis2/json-tree
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.hisp.dhis
Version 1.5
Last update 19. August 2024
Organization UiO
URL https://github.com/dhis2/json-tree
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
client-sdk-silent-auth from group com.vonage (version 1.0.3)
Vonage Verify Silent Authentication uses a mobile phone's Subscriber Identity Module (SIM) to prove a user's identity, without any user input. This SDK enables making a HTTP request over cellular even when on WiFi.
Group: com.vonage Artifact: client-sdk-silent-auth
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact client-sdk-silent-auth
Group com.vonage
Version 1.0.3
Last update 24. August 2023
Organization not specified
URL https://github.com/Vonage/verify-silent-auth-sdk-android
License MIT License
Dependencies amount 5
Dependencies silentauth-sdk-android, appcompat, kotlin-stdlib, core-ktx, kotlinx-serialization-json,
There are maybe transitive dependencies!
Group com.vonage
Version 1.0.3
Last update 24. August 2023
Organization not specified
URL https://github.com/Vonage/verify-silent-auth-sdk-android
License MIT License
Dependencies amount 5
Dependencies silentauth-sdk-android, appcompat, kotlin-stdlib, core-ktx, kotlinx-serialization-json,
There are maybe transitive dependencies!
nameapi-ontology5-core from group org.nameapi.ontology.core (version 5.4.2)
Contains the domain classes that are used as input to the NameAPI server.
These are the same that the Java web service client library uses.
That's exactly the reason why these are in a separate project; so that they can
be shared easily, and can be included as a separate dependency in other projects.
See overview.html
Group: org.nameapi.ontology.core Artifact: nameapi-ontology5-core
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact nameapi-ontology5-core
Group org.nameapi.ontology.core
Version 5.4.2
Last update 19. May 2023
Organization Optimaize GmbH, Switzerland
URL http://www.nameapi.org
License not specified
Dependencies amount 1
Dependencies jackson-annotations,
There are maybe transitive dependencies!
Group org.nameapi.ontology.core
Version 5.4.2
Last update 19. May 2023
Organization Optimaize GmbH, Switzerland
URL http://www.nameapi.org
License not specified
Dependencies amount 1
Dependencies jackson-annotations,
There are maybe transitive dependencies!
pretty-json from group com.thetransactioncompany (version 1.5)
Pretty JSON formatter supporting standard and compact
styling. It can be integrated into a Java application or run as
a simple utility from the command line that reads the JSON
input from a file or STDIN and outputs the formatted JSON to
another file or to STDOUT.
Group: com.thetransactioncompany Artifact: pretty-json
Show all versions Show documentation Show source
Show all versions Show documentation Show source
4 downloads
Artifact pretty-json
Group com.thetransactioncompany
Version 1.5
Last update 09. May 2023
Organization The Transaction Company
URL https://software.dzhuvinov.com/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.thetransactioncompany
Version 1.5
Last update 09. May 2023
Organization The Transaction Company
URL https://software.dzhuvinov.com/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jwat from group org.jwat (version 1.2.1)
Group: org.jwat Artifact: jwat
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
boost_bind from group com.github.brunotl (version 1.81.0)
boost::bind is a generalization of the standard functions std::bind1st and std::bind2nd. It supports arbitrary function objects, functions, function pointers, and member function pointers, and is able to bind any argument to a specific value or route input arguments into arbitrary positions.
Group: com.github.brunotl Artifact: boost_bind
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact boost_bind
Group com.github.brunotl
Version 1.81.0
Last update 07. January 2023
Organization not specified
URL https://www.boost.org/
License Distributed under the Boost Software License, Version 1.0.
Dependencies amount 3
Dependencies boost_config, boost_detail, boost_core,
There are maybe transitive dependencies!
Group com.github.brunotl
Version 1.81.0
Last update 07. January 2023
Organization not specified
URL https://www.boost.org/
License Distributed under the Boost Software License, Version 1.0.
Dependencies amount 3
Dependencies boost_config, boost_detail, boost_core,
There are maybe transitive dependencies!
anythingworks-exampleproject-ontology from group com.optimaize.anythingworks.exampleproject.ontology (version 1.1.0)
Contains the common "vocabulary", that is, the classes shared by both client and server.
The transfer objects, the input and output types.
By putting them in a separate module, they need to be maintained only once, and are guaranteed
to be up to date.
Group: com.optimaize.anythingworks.exampleproject.ontology Artifact: anythingworks-exampleproject-ontology
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact anythingworks-exampleproject-ontology
Group com.optimaize.anythingworks.exampleproject.ontology
Version 1.1.0
Last update 20. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jackson-annotations, guava,
There are maybe transitive dependencies!
Group com.optimaize.anythingworks.exampleproject.ontology
Version 1.1.0
Last update 20. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jackson-annotations, guava,
There are maybe transitive dependencies!
jcore-pubmed-reader from group de.julielab (version 2.6.0)
Leveraging the JCoRe XML Reader, this project employs a PubMed-enabled mapping file to map PubMed XML
documents to CAS instances. The input is a directory of single XML files, each containing exactly one XML
PubmedArticle. The XML format is the one used by NCBI when displaying results in PubMed as XML.
Artifact jcore-pubmed-reader
Group de.julielab
Version 2.6.0
Last update 18. December 2022
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-pubmed-reader
License BSD-2-Clause
Dependencies amount 5
Dependencies jcore-xml-reader, logback-classic, jcore-descriptor-creator, jcore-utilities, junit-jupiter-engine,
There are maybe transitive dependencies!
Group de.julielab
Version 2.6.0
Last update 18. December 2022
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-pubmed-reader
License BSD-2-Clause
Dependencies amount 5
Dependencies jcore-xml-reader, logback-classic, jcore-descriptor-creator, jcore-utilities, junit-jupiter-engine,
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
Page 110 from 120 (items total 1195)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy