Download JAR files tagged by utility with all dependencies
fol from group org.tweetyproject.logics (version 1.27)
0 downloads
Artifact fol
Group org.tweetyproject.logics
Version 1.27
Last update 03. September 2024
Organization not specified
URL https://github.com/TweetyProjectTeam/TweetyProject
License not specified
Dependencies amount 2
Dependencies commons, plugin,
There are maybe transitive dependencies!
Group org.tweetyproject.logics
Version 1.27
Last update 03. September 2024
Organization not specified
URL https://github.com/TweetyProjectTeam/TweetyProject
License not specified
Dependencies amount 2
Dependencies commons, plugin,
There are maybe transitive dependencies!
bipolar from group org.tweetyproject.arg (version 1.27)
0 downloads
Artifact bipolar
Group org.tweetyproject.arg
Version 1.27
Last update 03. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dung, commons, graphs,
There are maybe transitive dependencies!
Group org.tweetyproject.arg
Version 1.27
Last update 03. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dung, commons, graphs,
There are maybe transitive dependencies!
math from group org.tweetyproject (version 1.27)
Artifact math
Group org.tweetyproject
Version 1.27
Last update 03. September 2024
Organization not specified
URL https://github.com/TweetyProjectTeam/TweetyProject
License not specified
Dependencies amount 7
Dependencies commons, commons-math, commons-math3, jama, ojalgo, isula, gurobi,
There are maybe transitive dependencies!
Group org.tweetyproject
Version 1.27
Last update 03. September 2024
Organization not specified
URL https://github.com/TweetyProjectTeam/TweetyProject
License not specified
Dependencies amount 7
Dependencies commons, commons-math, commons-math3, jama, ojalgo, isula, gurobi,
There are maybe transitive dependencies!
saf from group org.tweetyproject.arg (version 1.27)
0 downloads
Artifact saf
Group org.tweetyproject.arg
Version 1.27
Last update 03. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies dung, pl,
There are maybe transitive dependencies!
Group org.tweetyproject.arg
Version 1.27
Last update 03. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies dung, pl,
There are maybe transitive dependencies!
beliefdynamics from group org.tweetyproject.lp.asp (version 1.27)
Group: org.tweetyproject.lp.asp Artifact: beliefdynamics
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact beliefdynamics
Group org.tweetyproject.lp.asp
Version 1.27
Last update 03. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies lp, asp, junit,
There are maybe transitive dependencies!
Group org.tweetyproject.lp.asp
Version 1.27
Last update 03. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies lp, asp, junit,
There are maybe transitive dependencies!
unit-sim from group io.violabs.geordi (version 1.0.6)
Geordi Test Framework is a Kotlin-based testing framework integrating with
JUnit 5's TestTemplate for dynamic and parameterized testing. It supports file-based
and parameter-based scenarios, suitable for various testing contexts. Key features
include dynamic test case generation, SimulationGroup for scenario organization, and
integration with JUnit 5's advanced features. It also includes a utility class, UnitSim,
for method-level testing and mocking with Mockk. Geordi is inspired by the Spock framework,
aiming to provide comparable functionality in a Kotlin-optimized package.
0 downloads
Artifact unit-sim
Group io.violabs.geordi
Version 1.0.6
Last update 18. June 2024
Organization not specified
URL https://github.com/violabs/geordi
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.violabs.geordi
Version 1.0.6
Last update 18. June 2024
Organization not specified
URL https://github.com/violabs/geordi
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
repeat-check from group io.github.ciriti (version 0.0.1)
The RepeatCheckUntilVerified Utility offers a robust asynchronous mechanism for performing repeated condition checks with configurable retries, initial delays, and optional backup actions. Designed for Kotlin-based applications, it simplifies the implementation of retry logic for operations that require validation through repeated attempts, such as network requests, file I/O operations, or any condition-dependent tasks. With features like adjustable timing, maximum attempt control, and failure management through backup actions, it ensures resilience and flexibility in handling operations that may not succeed on the first try. Ideal for applications requiring high reliability and precise control over task verification processes.
Artifact repeat-check
Group io.github.ciriti
Version 0.0.1
Last update 22. March 2024
Organization not specified
URL https://github.com/dryrum/RepeatCheckUntilVerified
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
Group io.github.ciriti
Version 0.0.1
Last update 22. March 2024
Organization not specified
URL https://github.com/dryrum/RepeatCheckUntilVerified
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
MgntUtils from group com.github.michaelgantman (version 1.7.0.1)
Set of various Utils: stacktrace noise filter, String to/from unicode sequence converter, simple Http client JSON parser/serializer,
Silent String parsing to Integer and other numeric types, Parsing String to time intervals with support for time unit suffixes,
JSON parser that provides serialization/deserialization of classes to JSON, Version comparator and Version ranges operations,
Self-throttling binary reader from Http request, File reader, A utility that automatically initiates a Factory with instances of all
classes that implement user provided interface. An infrastructure for writing Scheduled Task classes where time
interval for task execution is provided in humanly readable format (such as "9h" for 9 hours)
Group: com.github.michaelgantman Artifact: MgntUtils
Show all versions Show documentation Show source
Show all versions Show documentation Show source
16 downloads
Artifact MgntUtils
Group com.github.michaelgantman
Version 1.7.0.1
Last update 27. December 2023
Organization not specified
URL https://github.com/michaelgantman/Mgnt
License The MIT License (MIT)
Dependencies amount 7
Dependencies javax.servlet-api, slf4j-api, commons-lang3, jackson-core, jackson-databind, jackson-datatype-jsr310, javax.annotation-api,
There are maybe transitive dependencies!
Group com.github.michaelgantman
Version 1.7.0.1
Last update 27. December 2023
Organization not specified
URL https://github.com/michaelgantman/Mgnt
License The MIT License (MIT)
Dependencies amount 7
Dependencies javax.servlet-api, slf4j-api, commons-lang3, jackson-core, jackson-databind, jackson-datatype-jsr310, javax.annotation-api,
There are maybe transitive dependencies!
defaultj from group io.defaultj (version 2.3.1)
DefaultJ is a powerful Java library that provides default values for any class,
offering multiple strategies for obtaining those values.
It can be used as a dependency injection utility, similar to Guice.
With 14 built-in strategies, DefaultJ can obtain default values through various means
such as explicit bindings, annotations, enum values, factory methods, and more.
It also supports custom annotations and offers annotation processors for validation.
Available on Maven Central, DefaultJ can be easily integrated into Gradle and Maven projects.
Contributions and selective usage of the library are encouraged.
Group: io.defaultj Artifact: defaultj
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact defaultj
Group io.defaultj
Version 2.3.1
Last update 13. November 2023
Organization nawaman.net
URL https://github.com/NawaMan/DefaultJ
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.defaultj
Version 2.3.1
Last update 13. November 2023
Organization nawaman.net
URL https://github.com/NawaMan/DefaultJ
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
ape-suite-core from group cool.ty666.suite (version 1.0.0)
We offer a suite of integrated utility components tailored for enterprise-level development. Our platform encapsulates common technical solutions, covering a vast range of tools and business scenarios. Designed for immediate use and easy adaptation, we aim to lower the learning curve and accelerate onboarding. Our solution alleviates the challenges faced by small and medium projects that often get bogged down in framework setup, allowing developers to stay laser-focused on delivering business value.
0 downloads
Artifact ape-suite-core
Group cool.ty666.suite
Version 1.0.0
Last update 20. August 2023
Organization not specified
URL https://github.com/ty6789/ape-suite
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies ape-suite-dbrouter, ape-suite-hystrix, ape-suite-methodext, ape-suite-mybatisplus, ape-suite-ratelimiter, ape-suite-redis, ape-suite-rpc, ape-suite-tool, ape-suite-whitelist,
There are maybe transitive dependencies!
Group cool.ty666.suite
Version 1.0.0
Last update 20. August 2023
Organization not specified
URL https://github.com/ty6789/ape-suite
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies ape-suite-dbrouter, ape-suite-hystrix, ape-suite-methodext, ape-suite-mybatisplus, ape-suite-ratelimiter, ape-suite-redis, ape-suite-rpc, ape-suite-tool, ape-suite-whitelist,
There are maybe transitive dependencies!
Page 412 from 3 (items total 4184)