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

Download JAR files tagged by implementation with all dependencies

Search JAR files by class name

application-vanilla-watchosx86 from group com.fraktalio.fmodel (version 3.4.0)

Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. The application library orchestrates the execution of the logic by loading state, executing domain components and storing new state. It is a vanilla, native Kotlin implementation.

Group: com.fraktalio.fmodel Artifact: application-vanilla-watchosx86
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact application-vanilla-watchosx86
Group com.fraktalio.fmodel
Version 3.4.0
Last update 14. March 2023
Organization not specified
URL https://github.com/fraktalio/fmodel
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies application-watchosx86, kotlin-stdlib-common, kotlinx-coroutines-core-watchosx86,
There are maybe transitive dependencies!

application-vanilla-iosarm32 from group com.fraktalio.fmodel (version 3.4.0)

Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. The application library orchestrates the execution of the logic by loading state, executing domain components and storing new state. It is a vanilla, native Kotlin implementation.

Group: com.fraktalio.fmodel Artifact: application-vanilla-iosarm32
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact application-vanilla-iosarm32
Group com.fraktalio.fmodel
Version 3.4.0
Last update 14. March 2023
Organization not specified
URL https://github.com/fraktalio/fmodel
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies application-iosarm32, kotlin-stdlib-common, kotlinx-coroutines-core-iosarm32,
There are maybe transitive dependencies!

application-arrow-watchosx86 from group com.fraktalio.fmodel (version 3.4.0)

Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. The application library orchestrates the execution of the logic by loading state, executing domain components and storing new state. It is an Arrow (FP library for Kotlin) flavored implementation.

Group: com.fraktalio.fmodel Artifact: application-arrow-watchosx86
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact application-arrow-watchosx86
Group com.fraktalio.fmodel
Version 3.4.0
Last update 14. March 2023
Organization not specified
URL https://github.com/fraktalio/fmodel
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies arrow-core-watchosx86, application-watchosx86, kotlin-stdlib-common, kotlinx-coroutines-core-watchosx86,
There are maybe transitive dependencies!

application-arrow-iosarm32 from group com.fraktalio.fmodel (version 3.4.0)

Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. The application library orchestrates the execution of the logic by loading state, executing domain components and storing new state. It is an Arrow (FP library for Kotlin) flavored implementation.

Group: com.fraktalio.fmodel Artifact: application-arrow-iosarm32
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact application-arrow-iosarm32
Group com.fraktalio.fmodel
Version 3.4.0
Last update 14. March 2023
Organization not specified
URL https://github.com/fraktalio/fmodel
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies arrow-core-iosarm32, application-iosarm32, kotlin-stdlib-common, kotlinx-coroutines-core-iosarm32,
There are maybe transitive dependencies!

parboiled-java-examples from group com.imagingbook (version 1.2.0)

Group: com.imagingbook Artifact: parboiled-java-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact parboiled-java-examples
Group com.imagingbook
Version 1.2.0
Last update 18. February 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies parboiled-java,
There are maybe transitive dependencies!

parboiled-java from group com.imagingbook (version 1.2.0)

Group: com.imagingbook Artifact: parboiled-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact parboiled-java
Group com.imagingbook
Version 1.2.0
Last update 18. February 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies parboiled-core, asm, asm-tree, asm-analysis, asm-util,
There are maybe transitive dependencies!

parboiled-core from group com.imagingbook (version 1.2.0)

Group: com.imagingbook Artifact: parboiled-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact parboiled-core
Group com.imagingbook
Version 1.2.0
Last update 18. February 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

parboiled-java-pom from group com.imagingbook (version 1.2.0)

Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful. This is a modularized version of the 'parboiled' PEG parser Java/Scala implementation developed by Mathias Doenitz, refactored from https://github.com/sirthias/parboiled (Version 1.4.1, Jan. 2023).

Group: com.imagingbook Artifact: parboiled-java-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parboiled-java-pom
Group com.imagingbook
Version 1.2.0
Last update 18. February 2023
Organization not specified
URL https://github.com/imagingbook/parboiled-modular
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hkdf from group at.favre.lib (version 2.0.0)

A standalone Java implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm compatible with NIST Special Publication 800-56C "Two-Step Key Derivation" scheme.

Group: at.favre.lib Artifact: hkdf
Show all versions Show documentation Show source 
 

6 downloads
Artifact hkdf
Group at.favre.lib
Version 2.0.0
Last update 11. February 2023
Organization not specified
URL https://github.com/patrickfav/hkdf
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

colorify from group io.github.dev-vince (version 1.0.0)

Colorify is a simple library to customize the console. It is based on JNA and ANSI escape codes. It allows for easy implementation of colors, styles and more. By design, it is very simple to use and does not require any configuration. It is also very lightweight. It is compatible with Windows, Linux and macOS.

Group: io.github.dev-vince Artifact: colorify
Show documentation Show source 
 

0 downloads
Artifact colorify
Group io.github.dev-vince
Version 1.0.0
Last update 08. February 2023
Organization not specified
URL https://github.com/dev-vince/colorify
License Apache License, Version 2.0
Dependencies amount 2
Dependencies jna, jna-platform,
There are maybe transitive dependencies!



Page 1644 from 1716 (items total 17160)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy