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

Download JAR files tagged by written with all dependencies

Search JAR files by class name

portofino-map from group com.manydesigns (version 4.2.12)

Group: com.manydesigns Artifact: portofino-map
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-map
Group com.manydesigns
Version 4.2.12
Last update 19. August 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 2
Dependencies portofino-pageactions, leaflet,
There are maybe transitive dependencies!

portofino-calendar from group com.manydesigns (version 4.2.12)

Group: com.manydesigns Artifact: portofino-calendar
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-calendar
Group com.manydesigns
Version 4.2.12
Last update 19. August 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 1
Dependencies portofino-pageactions,
There are maybe transitive dependencies!

portofino-pageactions from group com.manydesigns (version 4.2.12)

Group: com.manydesigns Artifact: portofino-pageactions
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-pageactions
Group com.manydesigns
Version 4.2.12
Last update 19. August 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 9
Dependencies portofino-base, ehcache, commons-io, groovy-json, google-oauth-client, ace, javascript-detect-element-resize, ckeditor, jsoup,
There are maybe transitive dependencies!

portofino-stripes from group com.manydesigns (version 4.2.12)

Group: com.manydesigns Artifact: portofino-stripes
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-stripes
Group com.manydesigns
Version 4.2.12
Last update 19. August 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 1
Dependencies portofino-base,
There are maybe transitive dependencies!

portofino-base from group com.manydesigns (version 4.2.12)

Group: com.manydesigns Artifact: portofino-base
Show all versions Show documentation Show source 
 

1 downloads
Artifact portofino-base
Group com.manydesigns
Version 4.2.12
Last update 19. August 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 13
Dependencies elements, jstl, taglibs-standard-spec, taglibs-standard-impl, shiro-web, jjwt, cage, groovy, jaxb-api, jaxb-core, jaxb-impl, activation, jackson-databind,
There are maybe transitive dependencies!

portofino-cryptography from group com.manydesigns (version 4.2.12)

Group: com.manydesigns Artifact: portofino-cryptography
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-cryptography
Group com.manydesigns
Version 4.2.12
Last update 19. August 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 1
Dependencies commons-configuration,
There are maybe transitive dependencies!

elements from group org.codeprimate (version 2.0.0-M5)

Java Simplified. Extensions and Useful Constructs for the Java Platform. Codeprimate Elements (a.k.a. cp-elements) is a Java library and micro-framework used to simplify the development of software applications written in Java. Elements packages several APIs into one library in order to address various application concerns and aspects of software design and development collectively and conveniently. Elements is a highly simple, yet robust and proven library built on solid OO principles, software design patterns and best practices to effectively solve common and reoccurring problems in software development. Write better Java!

Group: org.codeprimate Artifact: elements
Show all versions Show documentation Show source 
 

0 downloads
Artifact elements
Group org.codeprimate
Version 2.0.0-M5
Last update 30. July 2024
Organization Codeprimate.org
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

babylon-maven-plugin from group one.edee.oss (version 2024.9.0)

Babylon is a tool to gather messages, and their translations from property files. It performs a round-trip consisting of two phases: export phase and import phase. In the export phase the messages are written to a Google Sheets spreadsheet. A translator will then fill in the missing translations. In the import phase, the spreadsheet (with the missing translations filled out by a translator) is examined, and the newly translated messages are used to update the respective translation property files. Also, the state of the translation, snapshot, is written out to a disk in the form of JSON file. Babylon can be run as a Maven plugin or as a standalone console application.

Group: one.edee.oss Artifact: babylon-maven-plugin
Show all versions Show source 
 

0 downloads
Artifact babylon-maven-plugin
Group one.edee.oss
Version 2024.9.0
Last update 06. June 2024
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Babylon/
License MIT License
Dependencies amount 15
Dependencies service, google-cloud-translate, deepl-java, spring-boot-starter, lombok, jackson-databind, commons-io, apron, google-api-services-sheets, google-oauth-client-jetty, maven-plugin-api, maven-core, maven-plugin-annotations, kotlin-stdlib-jdk8, antlr4,
There are maybe transitive dependencies!

result4j from group com.github.sviperll (version 1.0)

The project provides Result-type similar to Result-type in Rust that allows to return either successfull result or otherwise some kind of error. In Java native way of reporting errors are exceptions, either checked or unchecked, but Result-type provides a way to pass error enformation as a first-class value through the code written in functional style. Routines are provided for interoperability of normal code that uses exception and functional code that uses Result-type, so that exceptions can be catched and propagated as errors in Result-type and then rethrown again later in the control-flow.

Group: com.github.sviperll Artifact: result4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact result4j
Group com.github.sviperll
Version 1.0
Last update 26. January 2024
Organization not specified
URL https://github.com/sviperll/result4j
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cp-elements from group org.codeprimate (version 2.0.0-M1)

Java Simplified. Extensions and Useful Constructs for the Java Platform. Codeprimate Elements (a.k.a. cp-elements) is a Java library and micro-framework used to simplify the development of software applications written in Java. Elements packages several APIs into one library in order to address various application concerns and aspects of software design and development collectively and conveniently. Elements is a highly simple, yet robust and proven library built on solid OO principles, software design patterns and best practices to effectively solve common and reoccurring problems in software development.

Group: org.codeprimate Artifact: cp-elements
Show all versions Show documentation Show source 
 

0 downloads
Artifact cp-elements
Group org.codeprimate
Version 2.0.0-M1
Last update 24. May 2023
Organization Codeprimate, LLC
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 241 from 3 (items total 2584)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy