Download JAR files tagged by saves with all dependencies
ch.sbb.polarion.extension.interceptor from group ch.sbb.polarion.extensions (version 2.2.0)
This Polarion extension provides possibility to run custom Java code (via hooks), before Polarion saves/deletes a Work Item, Document, Plan or Test Run.
Group: ch.sbb.polarion.extensions Artifact: ch.sbb.polarion.extension.interceptor
Show documentation Show source
Show documentation Show source
0 downloads
Artifact ch.sbb.polarion.extension.interceptor
Group ch.sbb.polarion.extensions
Version 2.2.0
Last update 03. July 2024
Organization not specified
URL https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor
License The SBB License, Version 1.0
Dependencies amount 1
Dependencies ch.sbb.polarion.extension.generic.app,
There are maybe transitive dependencies!
Group ch.sbb.polarion.extensions
Version 2.2.0
Last update 03. July 2024
Organization not specified
URL https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.interceptor
License The SBB License, Version 1.0
Dependencies amount 1
Dependencies ch.sbb.polarion.extension.generic.app,
There are maybe transitive dependencies!
OpenNetLib from group dev.bitbite (version 2.0.2)
OpenNetLib is a lightweight, easy-to-use library to simplify socket communication. It is written in and for Java. It's still in an early stage but saves a lot of time already. Start using OpenNetLib today or help improving it by posting issues, questions and feature requests here: https://github.com/bitbitedev/OpenNetLib/issues
Artifact OpenNetLib
Group dev.bitbite
Version 2.0.2
Last update 12. February 2024
Organization not specified
URL https://github.com/bitbitedev/OpenNetLib
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group dev.bitbite
Version 2.0.2
Last update 12. February 2024
Organization not specified
URL https://github.com/bitbitedev/OpenNetLib
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
sparknotation from group com.ftpix (version 1.17)
Sparknotation is a library to use Sparkjava framework with annotation. It is useful when working on
projects with a lot of endpoints where it sometimes becomes messy to deal with all these Spark.something
methods. It also saves the hassle of always getting back parameters, query parameters and headers from the
Request object.
0 downloads
Artifact sparknotation
Group com.ftpix
Version 1.17
Last update 08. January 2022
Organization not specified
URL https://github.com/lamarios/sparknotation
License Apache License, Version 2.0
Dependencies amount 4
Dependencies spark-core, scannotation, log4j-core, javassist,
There are maybe transitive dependencies!
Group com.ftpix
Version 1.17
Last update 08. January 2022
Organization not specified
URL https://github.com/lamarios/sparknotation
License Apache License, Version 2.0
Dependencies amount 4
Dependencies spark-core, scannotation, log4j-core, javassist,
There are maybe transitive dependencies!
ExosPluginUtils from group com.exortions (version 0.4.30.23)
ExosPluginUtils, or PluginUtils for short, is a simple, easy-to-use
library that saves many Minecraft Spigot developers a lot of time when creating
plugins. It allows Spigot developers to create a lot of NMS
(net.minecraft.server) and Spigot things like Tablists, Scoreboards, etc, as well as MySQL and SQLite support,
a bunch of lines and classes saved, therefore improving the experience while
developing plugins.
Artifact ExosPluginUtils
Group com.exortions
Version 0.4.30.23
Last update 25. July 2021
Organization not specified
URL https://www.github.com/Exortions/PluginUtils
License Apache License, Version 2.0
Dependencies amount 3
Dependencies lombok, annotations, reflections,
There are maybe transitive dependencies!
Group com.exortions
Version 0.4.30.23
Last update 25. July 2021
Organization not specified
URL https://www.github.com/Exortions/PluginUtils
License Apache License, Version 2.0
Dependencies amount 3
Dependencies lombok, annotations, reflections,
There are maybe transitive dependencies!
alchemy-thrift from group tech.sirwellington.alchemy (version 2.1)
Part of the Alchemy Collection.
Makes it Simple to work with Thrift in Java.
Saves you from writing boiler-plate code,
such as management of Clients,
and serialization of Thrift Objects.
This library also demonstrates how to incorporate thrift with maven,
for incorporation into your continuous delivery and distribution of your thrift schemas.
Group: tech.sirwellington.alchemy Artifact: alchemy-thrift
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact alchemy-thrift
Group tech.sirwellington.alchemy
Version 2.1
Last update 26. June 2018
Organization not specified
URL https://github.com/SirWellington/alchemy-thrift
License not specified
Dependencies amount 3
Dependencies alchemy-annotations, slf4j-api, libthrift,
There are maybe transitive dependencies!
Group tech.sirwellington.alchemy
Version 2.1
Last update 26. June 2018
Organization not specified
URL https://github.com/SirWellington/alchemy-thrift
License not specified
Dependencies amount 3
Dependencies alchemy-annotations, slf4j-api, libthrift,
There are maybe transitive dependencies!
bees-boot2-assembly from group com.cloudbees.sdk (version 1.5.2)
This module creates two things:
(1) a text file that contains a list of GAV coordinates needed for the 2nd stage boot loader
(2) jar files mentioned above, in the Maven repository directory layout.
Using Maven repository directory layout, as opposed to more simpler "flat directory
with full of jars", allow us to share the jar files between fallback bees-driver dependencies
and boot2, which saves disk space a lot.
We do this in a separate module outside boot2, so that the list
includes the bees-boot2 jar itself.
Artifact bees-boot2-assembly
Group com.cloudbees.sdk
Version 1.5.2
Last update 10. October 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies bees-boot2,
There are maybe transitive dependencies!
Group com.cloudbees.sdk
Version 1.5.2
Last update 10. October 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies bees-boot2,
There are maybe transitive dependencies!
jcql from group com.trebogeer.jcql (version 0.8.7)
JCQL is a tool allowing to generate boilerplate java code from existing cassandra schema. It is intended to be
used with Cassandra 2.1+ due to support of UDTs (User Defined Types)/Tuples/Collections.
Cassandra's UDTs/Tuples/Collections and an ability to introspect schema through java driver make it possible to
automatically generate POJOs and corresponding mappers between database and java models. Properly generated java
code saves development efforts and is less error-prone compared to hand coding. Accompanied with proper CI and
deployment it can also guarantee consistency between database and java models at any point of application
lifecycle from development to production rollout. JCQL does not rely on java reflection or annotations which
means all discrepancies between actual cassandra schema and what client code expects it to be will be identified
during compilation not at runtime in the middle of the night right after production release. No need to worry
about Cassandra client code performance implications due to use of reflection.
0 downloads
Artifact jcql
Group com.trebogeer.jcql
Version 0.8.7
Last update 11. March 2016
Organization not specified
URL http://github.com/trebogeer/j-cql
License Apache License, Version 2.0
Dependencies amount 10
Dependencies cassandra-all, jaxb-xjc, args4j, snakeyaml, guava, javatuples, slf4j-api, logback-classic, cassandra-driver-core, cassandra-driver-mapping,
There are maybe transitive dependencies!
Group com.trebogeer.jcql
Version 0.8.7
Last update 11. March 2016
Organization not specified
URL http://github.com/trebogeer/j-cql
License Apache License, Version 2.0
Dependencies amount 10
Dependencies cassandra-all, jaxb-xjc, args4j, snakeyaml, guava, javatuples, slf4j-api, logback-classic, cassandra-driver-core, cassandra-driver-mapping,
There are maybe transitive dependencies!
Page 2 from 2 (items total 17)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy