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

Download JAR files tagged by kotlin with all dependencies

Search JAR files by class name

hilla-gradle-plugin from group dev.hilla (version 24.1.15)

This maven module act as a proxy to test, build, and release the hilla gradle plugin, which is written in Kotlin and is built by gradle natively. This makes development and testing of the gradle plugin much easier against the changes of flow, especially the engine-core. However, publishing the hilla-gradle-plugin to gradle plugin central repo is done within platform final releases.

Group: dev.hilla Artifact: hilla-gradle-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact hilla-gradle-plugin
Group dev.hilla
Version 24.1.15
Last update 29. November 2023
Organization not specified
URL Not specified
License Apache License Version 2.0
Dependencies amount 3
Dependencies plugin-base, engine-core, flow-gradle-plugin,
There are maybe transitive dependencies!

zeko-validator from group io.zeko (version 1.1.5)

A Java validation library by providing a fluent API and abstracting away the conditional constructs of the language. This is consider a rewrite base on validly to focus on validating raw string inputs from HTTP request with more than 100 preset validation rules. The library had been used in various Kotlin based project as well.

Group: io.zeko Artifact: zeko-validator
Show all versions Show documentation Show source 
 

0 downloads
Artifact zeko-validator
Group io.zeko
Version 1.1.5
Last update 12. October 2023
Organization not specified
URL https://github.com/darkredz/Zeko-Validator
License Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-validator, commons-lang3,
There are maybe transitive dependencies!

micronaut-base-parent from group io.archimedesfw.maven.micronaut (version 3.8.7)

This project tries to be an effort to simplify your Maven pom.xml files when you are using Micronaut. You should not use this module directly, instead here you can find two flavors: one for Java and the other for Kotlin. Both of them are ready for production use, but if you don't want to use them directly in your pom.xml you simply can look like it as an example.

Group: io.archimedesfw.maven.micronaut Artifact: micronaut-base-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact micronaut-base-parent
Group io.archimedesfw.maven.micronaut
Version 3.8.7
Last update 19. March 2023
Organization not specified
URL https://www.archimedesfw.io/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

DrowsinessDetector from group com.bluetrailsoft.drowsinessmodule (version 0.0.1)

Library developed in Kotlin and Java that makes use of MLKit for image analysis in real time. The input is a frame obtained from a camera or video source and the otuput is a state that indicates the probability of drowsiness of a user over the minutes. The library analyzes the eyes, mouth and head drop to get a more accurate result of each frame.

Group: com.bluetrailsoft.drowsinessmodule Artifact: DrowsinessDetector
Show documentation Show source 
 

0 downloads
Artifact DrowsinessDetector
Group com.bluetrailsoft.drowsinessmodule
Version 0.0.1
Last update 17. February 2023
Organization not specified
URL https://gitlab.bluetrail.software/dowsiness-detection/dacia-android/-/tree/main/DrowsinessModule
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pollitely-lib from group com.gucci (version 0.1.6)

This is a library providing a light-weight approach for executing long-running tasks as simple HTTP request, making them not to incur in HTTP time-out. In other words, given web applications that run task such as batch processes, politelly can support making those tasks taking longer that usual HTTP timeout (typically few minutes). Reference tech stack is Kotlin / Ktor.

Group: com.gucci Artifact: pollitely-lib
Show documentation Show source 
 

0 downloads
Artifact pollitely-lib
Group com.gucci
Version 0.1.6
Last update 08. November 2021
Organization not specified
URL https://github.com/GuccioGucci/pollitely
License GNU Lesser General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

teapot from group dev.teapot (version 0.10.0)

Inkremental is a small library for creating reactive user interfaces. Originally inspired by React, it suits well as a view layer for MVVM or Redux design patterns. Started as a fork of Java library Anvil, it is fully rewriten in Kotlin, with many improvements pulled in and more to come!

Group: dev.teapot Artifact: teapot
Show documentation Show source 
 

0 downloads
Artifact teapot
Group dev.teapot
Version 0.10.0
Last update 27. May 2021
Organization not specified
URL https://github.com/inkremental/inkremental
License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

skrapeit-core from group it.skrape (version 1.0.0-alpha8)

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. First and foremost it aims to be a testing lib, but it can also be used to scrape websites in a convenient fashion.

Group: it.skrape Artifact: skrapeit-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact skrapeit-core
Group it.skrape
Version 1.0.0-alpha8
Last update 14. October 2020
Organization not specified
URL https://docs.skrape.it
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

skrape-it from group it.skrape (version 1.0.0-alpha7)

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. First and foremost it aims to be a testing lib, but it can also be used to scrape websites in a convenient fashion.

Group: it.skrape Artifact: skrape-it
Show documentation Show source 
 

0 downloads
Artifact skrape-it
Group it.skrape
Version 1.0.0-alpha7
Last update 04. October 2020
Organization not specified
URL https://docs.skrape.it
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
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.

Group: io.github.ciriti Artifact: repeat-check
Show documentation Show source 
 

0 downloads
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!

unit-sim from group io.violabs.geordi (version 1.0.4)

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.

Group: io.violabs.geordi Artifact: unit-sim
Show all versions Show documentation Show source 
 

0 downloads
Artifact unit-sim
Group io.violabs.geordi
Version 1.0.4
Last update 16. February 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!



Page 3246 from 3252 (items total 32511)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy