All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by class with all dependencies

Search JAR files by class name

woden-api from group org.apache.woden (version 1.0M9)

Group: org.apache.woden Artifact: woden-api
Show all versions Show documentation Show source 
 

17 downloads
Artifact woden-api
Group org.apache.woden
Version 1.0M9
Last update 10. February 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies XmlSchema,
There are maybe transitive dependencies!

woden-qname from group org.apache.woden (version 1.0M9)

Group: org.apache.woden Artifact: woden-qname
Show documentation Show source 
 

33 downloads
Artifact woden-qname
Group org.apache.woden
Version 1.0M9
Last update 10. February 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fdsapi from group com.fdsapi (version 1.0.4)

The FormattedDataSet Java class is the easiest way to generate dynamic text (HTML, XML, WML, CSV, and more). The dynamic text is generated by using tabular data as input (SQL, ResultSets, 2 dimensional arrays and more). The API is free, open-source, thread safe, and high performance. The primary benefit of using the FormattedDataSet is that both data and formatting can be reused independently.

Group: com.fdsapi Artifact: fdsapi

 

0 downloads
Artifact fdsapi
Group com.fdsapi
Version 1.0.4
Last update 06. January 2009
Organization not specified
URL http://www.fdsapi.com/
License BSD License
Dependencies amount 2
Dependencies oro, jamon,
There are maybe transitive dependencies!

xjavadoc from group xdoclet (version 1.1)

The XJavaDoc engine is a complete rewrite of Sun's JavaDoc engine that is faster and more suited for XDoclet (although it is completely standalone). It scans java source code and makes information about a class available via special java beans that are part of the XJavaDoc core. These beans provide the same information about a class as Sun's JavaDoc API, and some nice extra features.

Group: xdoclet Artifact: xjavadoc
Show all versions 
 

12 downloads
Artifact xjavadoc
Group xdoclet
Version 1.1
Last update 08. November 2005
Organization XDoclet Team
URL http://xdoclet.sourceforge.net/xjavadoc/
License not specified
Dependencies amount 3
Dependencies ant, commons-collections, junit,
There are maybe transitive dependencies!

xjavadoc from group xjavadoc (version 1.1)

The XJavaDoc engine is a complete rewrite of Sun's JavaDoc engine that is faster and more suited for XDoclet (although it is completely standalone). It scans java source code and makes information about a class available via special java beans that are part of the XJavaDoc core. These beans provide the same information about a class as Sun's JavaDoc API, and some nice extra features.

Group: xjavadoc Artifact: xjavadoc
Show all versions 
 

73 downloads
Artifact xjavadoc
Group xjavadoc
Version 1.1
Last update 08. November 2005
Organization XDoclet Team
URL http://xdoclet.sourceforge.net/xjavadoc/
License not specified
Dependencies amount 3
Dependencies ant, commons-collections, junit,
There are maybe transitive dependencies!

wicket-core from group org.apache.wicket (version 10.0.0)

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

Group: org.apache.wicket Artifact: wicket-core
Show all versions Show documentation Show source 
 

73 downloads
Artifact wicket-core
Group org.apache.wicket
Version 10.0.0
Last update 08. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies openjson, wicket-request, wicket-util, jdk-serializable-functional, mockito-core,
There are maybe transitive dependencies!

unit-sim from group io.violabs.geordi (version 1.0.4)

Geordi Test Framework is a Kotlin-based testing framework integrating with JUnit 5's TestTemplate for dynamic and parameterized testing. It supports file-based and parameter-based scenarios, suitable for various testing contexts. Key features include dynamic test case generation, SimulationGroup for scenario organization, and integration with JUnit 5's advanced features. It also includes a utility class, UnitSim, for method-level testing and mocking with Mockk. Geordi is inspired by the Spock framework, aiming to provide comparable functionality in a Kotlin-optimized package.

Group: io.violabs.geordi Artifact: unit-sim
Show all versions Show documentation Show source 
 

0 downloads
Artifact unit-sim
Group io.violabs.geordi
Version 1.0.4
Last update 16. February 2024
Organization not specified
URL https://github.com/violabs/geordi
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

enos-dm-api-pojo from group com.envisioniot (version 2.5.11)

EnOS Device And Asset API pojo 0.2.14-SNAPSHOT ota api pojo and event 0.2.20-SNAPSHOT The Response objects returned by GetEvent and SearchEvent queries are added (including: outputData, eventName, outputNames fields) 0.2.21-SNAPSHOT Increase the internationalization of the four-element description field of the model 0.2.22-SNAPSHOT add some pojo class for private api 0.2.23-SNAPSHOT model-service open api的接口中thingModel增加category模型类型字段 0.2.24-SNAPSHOT 部分search接口增加realTime字段 0.2.25-SNAPSHOT firmware add tag function 0.2.27-SNAPSHOT add max and min fields 0.2.28-SNAPSHOT asset tree api for amc/city infra 0.2.29-SNAPSHOT fix thingModel enableMeasurepointValidate 0.2.30-SNAPSHOT enhancement of search model and update asset and alert engine 增加告警规则sdk 0.2.31-SNAPSHOT move asset node 2.4.0-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA 2.4.1-SNAPSHOT service parameter supports "Required" and "Default Value" fields 2.4.2-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA jar 升级 2.4.3-SNAPSHOT add alert-engine v2.5 alertRule openAPI

Group: com.envisioniot Artifact: enos-dm-api-pojo
Show all versions Show documentation Show source 
 

0 downloads
Artifact enos-dm-api-pojo
Group com.envisioniot
Version 2.5.11
Last update 08. February 2024
Organization not specified
URL http://git.eniot.io/iotdev/enos-commons-all.git
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jaxb-api, enos-commons-api-pojo, apim-poseidon, lombok, commons-codec, hibernate-validator,
There are maybe transitive dependencies!

result4j from group com.github.sviperll (version 1.0)

The project provides Result-type similar to Result-type in Rust that allows to return either successfull result or otherwise some kind of error. In Java native way of reporting errors are exceptions, either checked or unchecked, but Result-type provides a way to pass error enformation as a first-class value through the code written in functional style. Routines are provided for interoperability of normal code that uses exception and functional code that uses Result-type, so that exceptions can be catched and propagated as errors in Result-type and then rethrown again later in the control-flow.

Group: com.github.sviperll Artifact: result4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact result4j
Group com.github.sviperll
Version 1.0
Last update 26. January 2024
Organization not specified
URL https://github.com/sviperll/result4j
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

defaultj from group io.defaultj (version 2.3.1)

DefaultJ is a powerful Java library that provides default values for any class, offering multiple strategies for obtaining those values. It can be used as a dependency injection utility, similar to Guice. With 14 built-in strategies, DefaultJ can obtain default values through various means such as explicit bindings, annotations, enum values, factory methods, and more. It also supports custom annotations and offers annotation processors for validation. Available on Maven Central, DefaultJ can be easily integrated into Gradle and Maven projects. Contributions and selective usage of the library are encouraged.

Group: io.defaultj Artifact: defaultj
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact defaultj
Group io.defaultj
Version 2.3.1
Last update 13. November 2023
Organization nawaman.net
URL https://github.com/NawaMan/DefaultJ
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 253 from 269 (items total 2686)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy