Download JAR files tagged by context with all dependencies
spring-me-maven-plugin from group me.springframework (version 1.0)
0 downloads
jts from group javax.jts (version 1.0)
Java Transaction Service (JTS) specifies the implementation of a Transaction Manager which supports
the Java Transaction API (JTA) 1.0 Specification at the high-level and implements the Java mapping
of the OMG Object Transaction Service (OTS) 1.1 Specification at the low-level. JTS uses the standard
CORBA ORB/TS interfaces and Internet Inter-ORB Protocol (IIOP) for transaction context propagation
between JTS Transaction Managers.
Group: javax.jts Artifact: jts
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jts
Group javax.jts
Version 1.0
Last update 08. February 2006
Organization not specified
URL http://java.sun.com/products/jts
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group javax.jts
Version 1.0
Last update 08. February 2006
Organization not specified
URL http://java.sun.com/products/jts
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
distributed-lock from group com.bertramlabs.plugins (version 7.0.0)
This plugin provides a framework and interface for a synchronization mechanism distributed to multiple server instances. In today's world of horizontal computational
scale and massive concurrency, it becomes increasingly difficult to synchronize operations outside the context of a single computational space (server/process). This plugin aims to make that
easier by providing a simple service to facilitate this, as well as defining an interface for adding low level providers.
Group: com.bertramlabs.plugins Artifact: distributed-lock
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact distributed-lock
Group com.bertramlabs.plugins
Version 7.0.0
Last update 30. December 2024
Organization not specified
URL https://github.com/bertramdev/distributed-lock
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.bertramlabs.plugins
Version 7.0.0
Last update 30. December 2024
Organization not specified
URL https://github.com/bertramdev/distributed-lock
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
mina-integration-xbean from group org.apache.mina (version 2.2.4)
This module generates an XML scheme file for the MINA Spring configuration
namespace. This XSD is referenced by Spring configuration files using MINA
components to have a much less verbose configuration. When used with the
XBean application context loader the same old Spring ApplictionContext is
generated from this more intuitive and terse configuration file.
Group: org.apache.mina Artifact: mina-integration-xbean
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact mina-integration-xbean
Group org.apache.mina
Version 2.2.4
Last update 19. December 2024
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 5
Dependencies mina-integration-beans, mina-core, mina-core, spring, xbean-spring,
There are maybe transitive dependencies!
Group org.apache.mina
Version 2.2.4
Last update 19. December 2024
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 5
Dependencies mina-integration-beans, mina-core, mina-core, spring, xbean-spring,
There are maybe transitive dependencies!
nb-editor-close-left-right from group de.funfried.netbeans.plugins (version 1.0.7)
Group: de.funfried.netbeans.plugins Artifact: nb-editor-close-left-right
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
ai-pipeline from group org.apache.skywalking (version 10.1.0)
AI pipeline module include pipelines connecting the OAP kernel and any 3rd party AI and/or algorithm
server. The kernel would call the pipeline in the specific context/scenario with well formatted telemetry data,
and expect the remote to respond with the result of the AI/algorithm as quick as possible, but in async way in
case of large size of data or lower performance behavior of the remote.
Artifact ai-pipeline
Group org.apache.skywalking
Version 10.1.0
Last update 29. September 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies grpc-netty, grpc-protobuf, grpc-stub, library-module, library-client,
There are maybe transitive dependencies!
Group org.apache.skywalking
Version 10.1.0
Last update 29. September 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies grpc-netty, grpc-protobuf, grpc-stub, library-module, library-client,
There are maybe transitive dependencies!
velocity-tools-view from group com.github.ppodgorsek.apache (version 3.3.0)
Tools to be used in a servlet context.
PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta,
but I won't continue maintaining it in the future as the Velocity team doesn't
understand the value of Jakarta. I strongly suggest you plan a switch to a more
modern template engine such as Thymeleaf.
0 downloads
Artifact velocity-tools-view
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies velocity-engine-core, velocity-tools-generic, slf4j-api, commons-lang3, commons-digester3,
There are maybe transitive dependencies!
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies velocity-engine-core, velocity-tools-generic, slf4j-api, commons-lang3, commons-digester3,
There are maybe transitive dependencies!
velocity-tools-generic from group com.github.ppodgorsek.apache (version 3.3.0)
Generic tools that can be used in any context.
PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta,
but I won't continue maintaining it in the future as the Velocity team doesn't
understand the value of Jakarta. I strongly suggest you plan a switch to a more
modern template engine such as Thymeleaf.
0 downloads
Artifact velocity-tools-generic
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies velocity-engine-core, commons-beanutils, commons-digester3, commons-lang3, slf4j-api, json-simple,
There are maybe transitive dependencies!
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies velocity-engine-core, commons-beanutils, commons-digester3, commons-lang3, slf4j-api, json-simple,
There are maybe transitive dependencies!
spring-batch-context from group org.digibooster.spring.batch (version 1.1.0-RELEASE)
The aim of this library is to allow developers who use spring-batch to propagate information from the main thread
that runs the batch to the executions context of the batch items : ItemReader, ItemProcessor and ItemWriter.
For example we some times need to extract the current user from Security Context, so instead of writing the code
that passes the current user information as a job parameter we let this library to handle it.
This library can be extended to support any information developer want to add.
Group: org.digibooster.spring.batch Artifact: spring-batch-context
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-batch-context
Group org.digibooster.spring.batch
Version 1.1.0-RELEASE
Last update 17. February 2023
Organization not specified
URL https://github.com/zahidMed/spring-batch-context
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.digibooster.spring.batch
Version 1.1.0-RELEASE
Last update 17. February 2023
Organization not specified
URL https://github.com/zahidMed/spring-batch-context
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
cukes-sql from group lv.ctco.cukes (version 1.0.10)
0 downloads
Artifact cukes-sql
Group lv.ctco.cukes
Version 1.0.10
Last update 20. December 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies commons-lang3, hibernate-jpa-2.1-api, lombok, junit, assertj-core, cukes-core, h2, logback-classic,
There are maybe transitive dependencies!
Group lv.ctco.cukes
Version 1.0.10
Last update 20. December 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies commons-lang3, hibernate-jpa-2.1-api, lombok, junit, assertj-core, cukes-core, h2, logback-classic,
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
Page 87 from 97 (items total 970)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy