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

Download JAR files tagged by base with all dependencies

Search JAR files by class name

wssx-project from group org.glassfish.metro (version 4.0.3)

Group: org.glassfish.metro Artifact: wssx-project
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wssx-project
Group org.glassfish.metro
Version 4.0.3
Last update 20. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

metro-runtime-api from group org.glassfish.metro (version 4.0.3)

Group: org.glassfish.metro Artifact: metro-runtime-api
Show all versions Show documentation Show source 
 

8 downloads
Artifact metro-runtime-api
Group org.glassfish.metro
Version 4.0.3
Last update 20. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies metro-commons, wssx-api, jakarta.xml.ws-api, rt, gmbal, ha-api, policy, istack-commons-runtime,
There are maybe transitive dependencies!

soaptcp-api from group org.glassfish.metro (version 4.0.3)

Group: org.glassfish.metro Artifact: soaptcp-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact soaptcp-api
Group org.glassfish.metro
Version 4.0.3
Last update 20. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies metro-config-api, jakarta.xml.ws-api, rt, gmbal,
There are maybe transitive dependencies!

docs from group org.glassfish.metro (version 4.0.3)

Group: org.glassfish.metro Artifact: docs
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact docs
Group org.glassfish.metro
Version 4.0.3
Last update 20. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

metro-runtime-impl from group org.glassfish.metro (version 4.0.3)

Group: org.glassfish.metro Artifact: metro-runtime-impl
Show all versions Show documentation Show source 
 

1 downloads
Artifact metro-runtime-impl
Group org.glassfish.metro
Version 4.0.3
Last update 20. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies metro-runtime-api, soaptcp-api, soaptcp-impl, xmlfilter, wssx-api, jakarta.xml.ws-api, rt, gmbal, istack-commons-runtime, policy, streambuffer, stax-ex,
There are maybe transitive dependencies!

SaltedKey from group com.rcastrucci.dev (version 1.2.0)

A simple repository to salt a secret key and verify its authenticity. Developed to be used in mobile applications while communicating with a server side using an Api. Instead of sending an apikey straight on the request, SaltedKey can generate a temporary public key, valid for one time use and during a specific time frame, default time is set to 60 seconds. This public key can be sent on request and on server side SaltedKey can verify its authenticity. The Salt is based on time millis and uses the algorithm SHA-256 to create the temporary public key. The public key base will change every time it exceeds the time frame. This library can increase the API security. Even if the public key used on request is exposed, no one will be able to use it again! As it is a one time use only.

Group: com.rcastrucci.dev Artifact: SaltedKey
Show all versions Show documentation Show source 
 

0 downloads
Artifact SaltedKey
Group com.rcastrucci.dev
Version 1.2.0
Last update 02. April 2023
Organization not specified
URL https://github.com/rcastrucci/saltedkey
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jpasecurity from group org.jpasecurity (version 1.0.3)

JPA Security is an Access Control Solution for the Java Persistence API (JPA). With JPA Security your access control can be performed in the database. You may query the database for all objects of a certain type and will receive only the objects you have read access for. This filtering is performed in the database. Unaccessible queried objects will not be loaded into memory. JPA Security enables you to completely remove security-related code from your code-base. All access control may be configured via Annotations or XML. With JPA Security you do not have to change your access control paradigm (but maybe you want to, when you see the great capability of JPA Security). You even can mix access control paradigms easily. JPA Security is not designed to replace current security solutions, but to extend them. It integrates smoothly into the security mechanisms of the Java EE Platform, but may be used with third-party frameworks like Spring Security or in Java SE, too. With the extensibility of JPA Security it is easy to provide your own access control paradigm, access rules storage or login mechanism.

Group: org.jpasecurity Artifact: jpasecurity
Show all versions Show documentation Show source 
 

0 downloads
Artifact jpasecurity
Group org.jpasecurity
Version 1.0.3
Last update 04. January 2023
Organization not specified
URL https://jpasecurity.org
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies assertj-core, jsr250-api, slf4j-api,
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"

Group: com.lyders Artifact: application-properties
Show all versions Show documentation Show source 
 

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!

akka-contrib_2.12 from group com.typesafe.akka (version 2.5.32)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.12
Group com.typesafe.akka
Version 2.5.32
Last update 15. October 2020
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.12, akka-cluster_2.12, akka-cluster-tools_2.12, akka-persistence_2.12,
There are maybe transitive dependencies!

akka-contrib_2.11 from group com.typesafe.akka (version 2.5.32)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.11
Show all versions Show documentation Show source 
 

1 downloads
Artifact akka-contrib_2.11
Group com.typesafe.akka
Version 2.5.32
Last update 15. October 2020
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.11, akka-cluster_2.11, akka-cluster-tools_2.11, akka-persistence_2.11,
There are maybe transitive dependencies!



Page 498 from 505 (items total 5050)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy