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

Download JAR files tagged by principal with all dependencies

Search JAR files by class name

principal-builder-application from group io.axual.broker (version 3.0.0)

The Principal Builder contains the code to create the proper Kafka Principal names for ACL matching

Group: io.axual.broker Artifact: principal-builder-application
Show all versions Show documentation Show source 
 

0 downloads
Artifact principal-builder-application
Group io.axual.broker
Version 3.0.0
Last update 27. June 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies principal-builder-util, curator-test,
There are maybe transitive dependencies!

principal-builder from group io.axual.security.principal (version 2.4.0)

The Principal Builder contains the code to create the proper Kafka Principal names for ACL matching

Group: io.axual.security.principal Artifact: principal-builder
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact principal-builder
Group io.axual.security.principal
Version 2.4.0
Last update 14. October 2020
Organization Axual B.V.
URL https://axual.com/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jaas-threadlocal-filter from group com.github.sagerman4 (version 1.0)

A Java servlet filter that grabs the JAAS principal off of the incoming request and adds it to a ThreadLocal variable so you can grab it whenever you want.

Group: com.github.sagerman4 Artifact: jaas-threadlocal-filter
Show documentation Show source 
 

0 downloads
Artifact jaas-threadlocal-filter
Group com.github.sagerman4
Version 1.0
Last update 09. December 2015
Organization not specified
URL https://github.com/sagerman4/jaas-threadlocal-filter
License MIT License
Dependencies amount 2
Dependencies javax.servlet-api, slf4j-api,
There are maybe transitive dependencies!

rotationForest from group nz.ac.waikato.cms.weka (version 1.0.3)

An ensemble learning method inspired by bagging and random sub-spaces. Trains an ensemble of decision trees on random subspaces of the data, where each subspace has been transformed using principal components analysis.

Group: nz.ac.waikato.cms.weka Artifact: rotationForest
Show all versions Show documentation Show source 
 

0 downloads
Artifact rotationForest
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/rotationForest
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

JBRestAPI from group io.github.josecarlosbran (version 0.2.3)

JBRestAPI es una librería java que permite el consumo de un RestAPI en segundo plano, lo cual evita la interrupción del hilo principal, lo cual la hace una librería útil para aplicaciones android como para programas que desean tener un mejor rendimiento de manera fácil. Para mayor información, consultar el siguiente enlace https://github.com/JoseCarlosBran/JBRestAPI/blob/master/Readme.md

Group: io.github.josecarlosbran Artifact: JBRestAPI
Show all versions Show documentation Show source 
 

0 downloads
Artifact JBRestAPI
Group io.github.josecarlosbran
Version 0.2.3
Last update 29. August 2023
Organization not specified
URL https://github.com/JoseCarlosBran/JBRestAPI/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies LogsJBSupport, jakarta.ws.rs-api, jersey-client, jersey-hk2, jakarta.activation-api, jersey-media-moxy, jersey-media-jaxb, lombok,
There are maybe transitive dependencies!

jbsqlutils from group io.github.josecarlosbran (version 1.2.6)

JBSqlUtils es un ORM desarrollado en java por José Carlos Alfredo Bran Aguirre, que permite gestionar BD's SQLite, MySQL, MariaDB, PostgreSQL y SQLServer, de una manera fácil y rápida sin interrumpir la ejecución del hilo principal del programa, lo cual la hace un potente ORM, por medio del cual tendrá acceso a un CRUD, configurando únicamente la conexión del modelo, los atributos que posee la tabla en BD's cómo variables que pertenecerán al modelo en su aplicación. JBSqlUtils también proporciona un potente generador de instrucciones SQL que le permitirá crear o eliminar una tabla, insertar, seleccionar, actualizar o eliminar registros de una tabla en su BD's sin necesidad de instanciar un modelo cómo tal, únicamente tendrá que configurar previamente la conexión a su BD's. Lo cual la hace un potente ORM para aplicaciones android y sistemas empresariales que tengan la necesidad de poder conectarse a alguna de estas 4 tipos de BD's, cabe mencionar que para ello utiliza el SQLite JDBC de org.xerial, org.postgresql, mysql y com.microsoft.sqlserver. Para mayor información, consultar el enlace del proyecto

Group: io.github.josecarlosbran Artifact: jbsqlutils
Show all versions Show documentation Show source 
 

0 downloads
Artifact jbsqlutils
Group io.github.josecarlosbran
Version 1.2.6
Last update 14. April 2024
Organization not specified
URL https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 10
Dependencies lombok, logsjbsupport, sqlite-jdbc, postgresql, mysql-connector-java, mariadb-java-client, mssql-jdbc, commons-lang3, commons-collections4, json,
There are maybe transitive dependencies!

JBSqlUtils from group io.github.josecarlosbran (version 1.1.8)

JBSqlUtils es un ORM desarrollado en java por José Carlos Alfredo Bran Aguirre, que permite gestionar BD's SQLite, MySQL, MariaDB, PostgreSQL y SQLServer, de una manera fácil y rápida sin interrumpir la ejecución del hilo principal del programa, lo cual la hace un potente ORM, por medio del cual tendrá acceso a un CRUD, configurando únicamente la conexión del modelo, los atributos que posee la tabla en BD's cómo variables que pertenecerán al modelo en su aplicación. JBSqlUtils también proporciona un potente generador de instrucciones SQL que le permitirá crear o eliminar una tabla, insertar, seleccionar, actualizar o eliminar registros de una tabla en su BD's sin necesidad de instanciar un modelo cómo tal, únicamente tendrá que configurar previamente la conexión a su BD's. Lo cual la hace un potente ORM para aplicaciones android y sistemas empresariales que tengan la necesidad de poder conectarse a alguna de estas 4 tipos de BD's, cabe mencionar que para ello utiliza el SQLite JDBC de org.xerial, org.postgresql, mysql y com.microsoft.sqlserver. Para mayor información, consultar el enlace del proyecto

Group: io.github.josecarlosbran Artifact: JBSqlUtils
Show all versions Show documentation Show source 
 

0 downloads
Artifact JBSqlUtils
Group io.github.josecarlosbran
Version 1.1.8
Last update 03. September 2023
Organization not specified
URL https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 9
Dependencies lombok, LogsJBSupport, sqlite-jdbc, postgresql, mysql-connector-java, mariadb-java-client, mssql-jdbc, commons-lang3, json,
There are maybe transitive dependencies!



Page 2 from 2 (items total 17)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy