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

Download JAR files tagged by systems with all dependencies

Search JAR files by class name

struts from group struts (version 1.2.9)

The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts can interact with any standard data access technology, including Enterprise Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works well with JavaServer Pages, including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems. The Struts framework provides the invisible underpinnings every professional web application needs to survive. Struts helps you create an extensible development environment for your application, based on published standards and proven design patterns.

Group: struts Artifact: struts
Show all versions Show source 
 

366 downloads
Artifact struts
Group struts
Version 1.2.9
Last update 23. March 2006
Organization The Apache Software Foundation
URL http://struts.apache.org/
License not specified
Dependencies amount 8
Dependencies commons-beanutils, commons-digester, commons-fileupload, commons-logging, commons-validator, oro, antlr, xalan,
There are maybe transitive dependencies!

finch-kotlin-client-okhttp from group com.tryfinch.api (version 0.22.2)

Group: com.tryfinch.api Artifact: finch-kotlin-client-okhttp
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-kotlin-client-okhttp
Group com.tryfinch.api
Version 0.22.2


finch-kotlin from group com.tryfinch.api (version 0.22.2)

Group: com.tryfinch.api Artifact: finch-kotlin
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-kotlin
Group com.tryfinch.api
Version 0.22.2


finch-kotlin-core from group com.tryfinch.api (version 0.22.2)

Group: com.tryfinch.api Artifact: finch-kotlin-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-kotlin-core
Group com.tryfinch.api
Version 0.22.2


finch-java from group com.tryfinch.api (version 0.26.2)

Group: com.tryfinch.api Artifact: finch-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-java
Group com.tryfinch.api
Version 0.26.2


finch-java-client-okhttp from group com.tryfinch.api (version 0.26.2)

Group: com.tryfinch.api Artifact: finch-java-client-okhttp
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-java-client-okhttp
Group com.tryfinch.api
Version 0.26.2


finch-java-core from group com.tryfinch.api (version 0.26.2)

The Finch HRIS API provides a unified way to connect to a multitide of HRIS systems. The API requires an access token issued by Finch. By default, Organization and Payroll requests use Finch's [Data Syncs](/development-guides/Data-Syncs). If a request is made before the initial sync has completed, Finch will request data live from the provider. The latency on live requests may range from seconds to minutes depending on the provider and batch size. For automated integrations, Deductions requests (both read and write) are always made live to the provider. Latencies may range from seconds to minutes depending on the provider and batch size. Employer products are specified by the product parameter, a space-separated list of products that your application requests from an employer authenticating through Finch Connect. Valid product names are— - `company`: Read basic company data - `directory`: Read company directory and organization structure - `individual`: Read individual data, excluding income and employment data - `employment`: Read individual employment and income data - `payment`: Read payroll and contractor related payments by the company - `pay_statement`: Read detailed pay statements for each individual - `benefits`: Create and manage deductions and contributions and enrollment for an employer [![Open in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4?action=collection%2Ffork&collection-url=entityId%3D21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4%26entityType%3Dcollection%26workspaceId%3D1edf19bc-e0a8-41e9-ac55-481a4b50790b)

Group: com.tryfinch.api Artifact: finch-java-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-java-core
Group com.tryfinch.api
Version 0.26.2
Last update 23. April 2024
Organization not specified
URL https://developer.tryfinch.com/
License Apache-2.0
Dependencies amount 4
Dependencies jackson-core, jackson-databind, guava, kotlin-stdlib,
There are maybe transitive dependencies!

jadex-rules-base from group org.activecomponents.jadex (version 4.0.267)

Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

Group: org.activecomponents.jadex Artifact: jadex-rules-base
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-rules-base
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 4
Dependencies jadex-util-commons, jadex-util-concurrent, jadex-serialization-xml, antlr-runtime,
There are maybe transitive dependencies!

prolobjectlink-jpi from group io.github.prolobjectlink (version 1.1)

Group: io.github.prolobjectlink Artifact: prolobjectlink-jpi
Show all versions Show documentation Show source 
 

0 downloads
Artifact prolobjectlink-jpi
Group io.github.prolobjectlink
Version 1.1
Last update 02. June 2022
Organization Prolobjectlink Project
URL https://prolobjectlink.github.io/${project.name}
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jadex-rules from group org.activecomponents.jadex (version 3.0.117)

Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

Group: org.activecomponents.jadex Artifact: jadex-rules
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-rules
Group org.activecomponents.jadex
Version 3.0.117
Last update 10. May 2020
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 3
Dependencies jadex-commons, jadex-xml, antlr-runtime,
There are maybe transitive dependencies!



Page 340 from 341 (items total 3406)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy