Download JAR files tagged by privileged with all dependencies
google-cloud-privilegedaccessmanager-bom from group com.google.cloud (version 0.3.0)
BOM for Privileged Access Manager API
Group: com.google.cloud Artifact: google-cloud-privilegedaccessmanager-bom
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact google-cloud-privilegedaccessmanager-bom
Group com.google.cloud
Version 0.3.0
Last update 13. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.google.cloud
Version 0.3.0
Last update 13. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
quarkus-google-cloud-firebase-admin from group io.quarkiverse.googlecloudservices (version 2.12.1)
Use Google Cloud Firebase Admin to perform privileged actions
Group: io.quarkiverse.googlecloudservices Artifact: quarkus-google-cloud-firebase-admin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact quarkus-google-cloud-firebase-admin
Group io.quarkiverse.googlecloudservices
Version 2.12.1
Last update 20. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies quarkus-google-cloud-common, firebase-admin, quarkus-grpc-common, quarkus-vertx-http, quarkus-security, microprofile-jwt-auth-api,
There are maybe transitive dependencies!
Group io.quarkiverse.googlecloudservices
Version 2.12.1
Last update 20. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies quarkus-google-cloud-common, firebase-admin, quarkus-grpc-common, quarkus-vertx-http, quarkus-security, microprofile-jwt-auth-api,
There are maybe transitive dependencies!
script-security from group org.craftercms (version 4.1.8)
Allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.
Artifact script-security
Group org.craftercms
Version 4.1.8
Last update 13. September 2024
Organization not specified
URL https://github.com/jenkinsci/script-security-plugin
License MIT License
Dependencies amount 5
Dependencies groovy-sql, findbugs, bcel, groovy-sandbox, caffeine,
There are maybe transitive dependencies!
Group org.craftercms
Version 4.1.8
Last update 13. September 2024
Organization not specified
URL https://github.com/jenkinsci/script-security-plugin
License MIT License
Dependencies amount 5
Dependencies groovy-sql, findbugs, bcel, groovy-sandbox, caffeine,
There are maybe transitive dependencies!
google-cloud-privilegedaccessmanager from group com.google.cloud (version 0.3.0)
Privileged Access Manager API Privileged Access Manager (PAM) helps you on your journey towards least privilege and helps mitigate risks tied to privileged access misuse or abuse.
Group: com.google.cloud Artifact: google-cloud-privilegedaccessmanager
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact google-cloud-privilegedaccessmanager
Group com.google.cloud
Version 0.3.0
Last update 13. September 2024
Organization Google LLC
URL https://github.com/googleapis/google-cloud-java
License Apache-2.0
Dependencies amount 42
Dependencies grpc-api, jsr305, error_prone_annotations, grpc-stub, grpc-protobuf, api-common, auto-value-annotations, javax.annotation-api, j2objc-annotations, protobuf-java, proto-google-common-protos, proto-google-cloud-privilegedaccessmanager-v1, guava, failureaccess, listenablefuture, checker-qual, gax, google-auth-library-credentials, opencensus-api, grpc-context, google-auth-library-oauth2-http, gax-grpc, grpc-inprocess, grpc-core, grpc-alts, grpc-grpclb, conscrypt-openjdk-uber, grpc-auth, grpc-netty-shaded, gax-httpjson, gson, google-http-client, httpclient, commons-codec, httpcore, opencensus-contrib-http-util, google-http-client-gson, protobuf-java-util, grpc-google-common-protos, proto-google-iam-v1, grpc-google-iam-v1, threetenbp,
There are maybe transitive dependencies!
Group com.google.cloud
Version 0.3.0
Last update 13. September 2024
Organization Google LLC
URL https://github.com/googleapis/google-cloud-java
License Apache-2.0
Dependencies amount 42
Dependencies grpc-api, jsr305, error_prone_annotations, grpc-stub, grpc-protobuf, api-common, auto-value-annotations, javax.annotation-api, j2objc-annotations, protobuf-java, proto-google-common-protos, proto-google-cloud-privilegedaccessmanager-v1, guava, failureaccess, listenablefuture, checker-qual, gax, google-auth-library-credentials, opencensus-api, grpc-context, google-auth-library-oauth2-http, gax-grpc, grpc-inprocess, grpc-core, grpc-alts, grpc-grpclb, conscrypt-openjdk-uber, grpc-auth, grpc-netty-shaded, gax-httpjson, gson, google-http-client, httpclient, commons-codec, httpcore, opencensus-contrib-http-util, google-http-client-gson, protobuf-java-util, grpc-google-common-protos, proto-google-iam-v1, grpc-google-iam-v1, threetenbp,
There are maybe transitive dependencies!
privilegedaccessor from group com.e-movimento.tinytools (version 1.3.1)
gives privileged access to private and protected methods and attributes.
Use it in testing scenarios to set up your objects under test.
Group: com.e-movimento.tinytools Artifact: privilegedaccessor
Show all versions Show documentation Show source
Show all versions Show documentation Show source
4 downloads
Artifact privilegedaccessor
Group com.e-movimento.tinytools
Version 1.3.1
Last update 02. February 2023
Organization e-movimento
URL http://code.google.com/p/privilegedaccessor/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.e-movimento.tinytools
Version 1.3.1
Last update 02. February 2023
Organization e-movimento
URL http://code.google.com/p/privilegedaccessor/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
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
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!
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!
Page 1 from 1 (items total 6)