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

Download JAR files tagged by system with all dependencies


org-graalvm-visualvm-modules-security from group org.graalvm.visualvm.modules (version 2.1.10)

This plugin provides a GUI for setting the standard system properties controlling SSL/TLS connections in VisualVM. Setting the properties using the plugin is equivalent to providing the properties on the command line. However, the properties provided on the command line take precedence and if set the GUI editing is disabled. <BR> <BR> Currently the plugin supports editing these system properties: <BR> <UL> <LI><CODE>javax.net.ssl.keyStore</CODE></LI> <LI><CODE>javax.net.ssl.keyStoreType</CODE></LI> <LI><CODE>javax.net.ssl.keyStorePassword</CODE></LI> <LI><CODE>javax.net.ssl.trustStore</CODE></LI> <LI><CODE>javax.net.ssl.trustStoreType</CODE></LI> <LI><CODE>javax.net.ssl.trustStorePassword</CODE></LI> <LI><CODE>javax.rmi.ssl.client.enabledCipherSuites</CODE></LI> <LI><CODE>javax.rmi.ssl.client.enabledProtocols</CODE></LI> </UL>

Group: org.graalvm.visualvm.modules Artifact: org-graalvm-visualvm-modules-security
Show all versions Show documentation Show source 
Download org-graalvm-visualvm-modules-security.jar (2.1.10)
 

0 downloads
Artifact org-graalvm-visualvm-modules-security
Group org.graalvm.visualvm.modules
Version 2.1.10
Last update 30. September 2024
Organization not specified
URL https://visualvm.github.io
License GNU General Public License, version 2, with the Classpath Exception
Dependencies amount 10
Dependencies org-graalvm-visualvm-core, org-graalvm-visualvm-uisupport, org-netbeans-modules-options-api, org-openide-awt, org-openide-dialogs, org-openide-modules, org-openide-util, org-openide-util-lookup, org-openide-util-ui, org-openide-windows,
There are maybe transitive dependencies!

nb-editor-close-left-right from group de.funfried.netbeans.plugins (version 1.0.7)

This plugin helps you to easily close unused or unwanted editor tabs. Instead of either close all tabs or all tabs except the currently selected you can also close the tabs right or left, the ones either belong or not belong to the project from the context menu of a selected tab at once or even all tabs that have not been changed since the last commit to your version control system (Git, SVN and Mercurial supported).

Group: de.funfried.netbeans.plugins Artifact: nb-editor-close-left-right
Show all versions Show documentation Show source 
Download nb-editor-close-left-right.jar (1.0.7)
 

0 downloads
Artifact nb-editor-close-left-right
Group de.funfried.netbeans.plugins
Version 1.0.7
Last update 29. September 2024
Organization not specified
URL https://funfried.github.io/nb-editor-close-left-right/
License Apache License, Version 2.0
Dependencies amount 12
Dependencies org-openide-awt, org-openide-util, org-openide-util-ui, org-netbeans-modules-options-api, org-openide-util-lookup, org-openide-modules, org-openide-filesystems, org-openide-windows, org-netbeans-core-windows, org-netbeans-modules-projectapi, org-netbeans-modules-projectuiapi-base, commons-lang3,
There are maybe transitive dependencies!

fix-virtual-host-app from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 6.0.1)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-app
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fix-virtual-host-app
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 6.0.1
Last update 09. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fix-virtual-host-hook from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 6.0.1)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-hook
Show all versions Show documentation Show source 
Download fix-virtual-host-hook.jar (6.0.1)
 

0 downloads

hooks from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 6.0.1)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: hooks
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads

fix-virtual-host-app-parent from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 6.0.1)

This app acts in the startup time of portal and help to fix the virtual host of Liferay. Given an existent database dump that points to a domain and a new environment needs to have a different domain the app will read a system property called liferay.virtual.host and set the value as the new company virtual host. For instance if the database dump points to www.myliferay.com and the property points to dev.myliferay.com the app will replace the former with the value of the latter. It was developed to avoid the redirect loop problem.

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-app-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fix-virtual-host-app-parent
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 6.0.1
Last update 09. September 2024
Organization not specified
URL https://www.thiagomoreira.com.br/projects/fix-virtual-host-app
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sirix-core from group io.sirix (version 0.11.0)

SirixDB is a hybrid on-disk and in-memory document oriented, versioned database system. It has a lightweight buffer manager, stores everything in a huge persistent and durable tree and allows efficient reconstruction of every revision. Furthermore, SirixDB implements change tracking, diffing and supports time travel queries.

Group: io.sirix Artifact: sirix-core
Show all versions Show documentation Show source 
Download sirix-core.jar (0.11.0)
 

0 downloads
Artifact sirix-core
Group io.sirix
Version 0.11.0
Last update 07. February 2024
Organization not specified
URL https://sirix.io
License New BSD
Dependencies amount 19
Dependencies brackit, jcommander, aspectjrt, slf4j-api, perfidix, xmlunit, logback-classic, logback-core, gson, guava, guava-testlib, checker, caffeine, tink, dagger, fastutil, jasyncfio, lz4-java, RoaringBitmap,
There are maybe transitive dependencies!

patterntesting-check-ct from group org.patterntesting (version 2.4.0)

PatternTesting Check.CT (patterntesting-check-ct) is a quality framework that allows to automatically verify that Architecture/Design recommendations are implemented correctly in the code. It provides different checks of known anti patterns (like using System.out for logging) but provides also a test framework for better testing. The checks are done during compile time (this is the "CT" in Check.CT").

Group: org.patterntesting Artifact: patterntesting-check-ct
Show all versions Show documentation Show source 
Download patterntesting-check-ct.jar (2.4.0)
 

0 downloads
Artifact patterntesting-check-ct
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/check/ct/
License not specified
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

jaclp from group cz.polankam.security.acl (version 4.1)

JACLP: ACL Permission library for Spring Security introduces static ACL-based role permission system with a touch of ABAC (Attribute-based access control) over resources. It is integrated within Spring Security and its expression based permission control which might be used from Authorize-like annotations over endpoints or generally methods in components.

Group: cz.polankam.security.acl Artifact: jaclp
Show all versions Show documentation Show source 
Download jaclp.jar (4.1)
 

0 downloads
Artifact jaclp
Group cz.polankam.security.acl
Version 4.1
Last update 02. December 2023
Organization not specified
URL https://github.com/Neloop/jaclp
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ip2location-kafka from group com.ip2location (version 1.1.0)

IP2Location Kafka Transform enables applications to get info from IP address such as the visitor’s country, region, city, latitude, longitude, ZIP code, ISP name, domain name, time zone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation, usage type, address type, IAB category, district, autonomous system number (ASN) and autonomous system (AS).

Group: com.ip2location Artifact: ip2location-kafka
Show all versions Show documentation Show source 
Download ip2location-kafka.jar (1.1.0)
 

0 downloads
Artifact ip2location-kafka
Group com.ip2location
Version 1.1.0
Last update 28. April 2023
Organization not specified
URL https://www.ip2location.com/development-libraries/ip2location/kafka
License Apache License 2.0
Dependencies amount 2
Dependencies connect-transforms, ip2location-java,
There are maybe transitive dependencies!



Page 693 from 731 (items total 7307)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy