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

Download JAR files tagged by user with all dependencies

Search JAR files by class name

nof-persistor from group org.nakedobjects (version 3.0.3)

Group: org.nakedobjects Artifact: nof-persistor
Show all versions Show source 
 

0 downloads
Artifact nof-persistor
Group org.nakedobjects
Version 3.0.3
Last update 10. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies nof-core,
There are maybe transitive dependencies!

nof-reflector-java from group org.nakedobjects (version 3.0.3)

Group: org.nakedobjects Artifact: nof-reflector-java
Show all versions Show source 
 

1 downloads
Artifact nof-reflector-java
Group org.nakedobjects
Version 3.0.3
Last update 10. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies no-application-library, nof-reflector-core,
There are maybe transitive dependencies!

nof-reflector-core from group org.nakedobjects (version 3.0.3)

Group: org.nakedobjects Artifact: nof-reflector-core
Show all versions Show source 
 

0 downloads
Artifact nof-reflector-core
Group org.nakedobjects
Version 3.0.3
Last update 10. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies nof-core,
There are maybe transitive dependencies!

nof-core from group org.nakedobjects (version 3.0.3)

Group: org.nakedobjects Artifact: nof-core
Show all versions Show source 
 

0 downloads
Artifact nof-core
Group org.nakedobjects
Version 3.0.3
Last update 10. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies no-application-library, no-architecture,
There are maybe transitive dependencies!

no-architecture from group org.nakedobjects (version 3.0.3)

Group: org.nakedobjects Artifact: no-architecture
Show all versions Show source 
 

0 downloads
Artifact no-architecture
Group org.nakedobjects
Version 3.0.3
Last update 10. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

no-application-library from group org.nakedobjects (version 3.0.3)

Group: org.nakedobjects Artifact: no-application-library
Show all versions Show source 
 

0 downloads
Artifact no-application-library
Group org.nakedobjects
Version 3.0.3
Last update 10. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nb-edit-externally from group de.poiu.nbee (version 1.0.3)

Allows opening the currently edited file in an external editor. <p> Its main purpose is to open the currently edited file at the exact same cursor position as in Netbeans to execute some complex editing action that is not easily possible within Netbeans itself. <p> The command to open the file in an external editor must be supplied by the user and allows placeholders to specify the location of the cursor to be able to jump to the same location of the cursor in Netbeans' editor. <p> A fallback command can be specified for opening file for which no editor window is open. This command doesn't support all the placeholders, but allows editing a file directly from the Projects nodes.

Group: de.poiu.nbee Artifact: nb-edit-externally
Show all versions Show documentation Show source 
 

0 downloads
Artifact nb-edit-externally
Group de.poiu.nbee
Version 1.0.3
Last update 04. April 2024
Organization not specified
URL https://github.com/hupfdule/nb-edit-externally
License Apache License, Version 2.0
Dependencies amount 14
Dependencies org-netbeans-api-annotations-common, org-openide-util, org-openide-util-ui, org-openide-util-lookup, org-netbeans-modules-options-api, org-openide-awt, org-openide-dialogs, org-openide-filesystems, org-openide-loaders, org-openide-windows, org-openide-nodes, org-openide-text, org-netbeans-modules-javahelp, javahelp,
There are maybe transitive dependencies!

sdk-java from group kh.gov.nbc.bakong_khqr (version 1.0.0.13)

The standardization of KHQR code specifications will help promote wider use of mobile retail payments in Cambodia and provide consistent user experience for merchants and consumers. It can enable interoperability in the payment industry. A common QR code would facilitate payments among different schemes, e-wallets and banks and would encourage small merchants to adopt KHQR code as payment method. KHQR is created for retail or remittance in Cambodia and Cross-Border. It only requires a single QR for receiving transactions from any payment provider through Bakong including Bakong App.

Group: kh.gov.nbc.bakong_khqr Artifact: sdk-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact sdk-java
Group kh.gov.nbc.bakong_khqr
Version 1.0.0.13
Last update 04. April 2024
Organization not specified
URL https://gitlab.nbc.gov.kh/khqr/sdk-java
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies gson, logging-interceptor, commons-validator,
There are maybe transitive dependencies!

pax-jdbc-itest from group org.ops4j.pax.jdbc (version 1.5.7)

To run all integration tests, you need to set up all the databases: 1) Derby: $ export DERBY_HOME=/path/to/db-derby-10.14.2.0-bin $ cd $DERBY_HOME $ mkdir databases; cd databases $ java -jar $DERBY_HOME/lib/derbyrun.jar server start 2) MS SQL Server (for official and jtds drivers): $ podman run -itd --name pax.jdbc.sqlserver -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=PaxJdbc!(*67' -e 'MSSQL_PID=Express' \ -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest 3) MariaDB: $ podman run --name pax.jdbc.mariadb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mariadb 4) MySQL: $ podman run --name pax.jdbc.mysql -p 3307:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mysql 5) PostgreSQL: $ podman run --name pax.jdbc.postgresql -e POSTGRES_USER=paxjdbc -e POSTGRES_PASSWORD=paxjdbc -p 5432:5432 -d postgres:latest 6) Oracle (a bit unofficial): $ podman run -itd --name pax.jdbc.oracle -p 1521:1521 --privileged=true oracleinanutshell/oracle-xe-11g

Group: org.ops4j.pax.jdbc Artifact: pax-jdbc-itest
Show all versions 
 

0 downloads
Artifact pax-jdbc-itest
Group org.ops4j.pax.jdbc
Version 1.5.7
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies org.apache.felix.configadmin, org.apache.aries.util, org.apache.aries.transaction.manager, derby, derbynet, derbyclient, org.apache.servicemix.bundles.jasypt, org.apache.servicemix.bundles.cglib, org.apache.servicemix.bundles.c3p0,
There are maybe transitive dependencies!

voyager from group com.spotify (version 2.0.6)

Voyager is a library for performing fast approximate nearest-neighbor searches on an in-memory collection of vectors. Voyager features bindings to both Python and Java, with feature parity and index compatibility between both languages. It uses the HNSW algorithm, based on the open-source hnswlib package, with numerous features added for convenience and speed. Voyager is used extensively in production at Spotify, and is queried hundreds of millions of times per day to power numerous user-facing features.

Group: com.spotify Artifact: voyager
Show all versions Show documentation Show source 
 

0 downloads
Artifact voyager
Group com.spotify
Version 2.0.6
Last update 22. March 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 274 from 288 (items total 2877)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy