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

Download JAR files tagged by your with all dependencies

Search JAR files by class name

jvisualizer-maven-plugin from group me.ruebner (version 0.1.5)

jVisualizer aims to provide an easy tool to visualize data flow and objects within the JVM. It is intended for students that are starting to learn programming with Java. This project provides an easy way to use the jVisualizer to visualizer your own projects and code.

Group: me.ruebner Artifact: jvisualizer-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact jvisualizer-maven-plugin
Group me.ruebner
Version 0.1.5
Last update 11. January 2023
Organization not specified
URL https://gitlab.com/jvisualizer/jvisualizer-maven-plugin
License MIT License
Dependencies amount 2
Dependencies maven-plugin-annotations, jvisualizer,
There are maybe transitive dependencies!

atr from group nl.big-o (version 1.0.8)

Version 4 of ANTLR produces parse trees (contrary to abstract syntax trees). Depending on how your grammar is written, this can cause the parse tree to become large. This library might help compact the parse tree and adds the possibility to serialize the parse tree to JSON (and the other way around).

Group: nl.big-o Artifact: atr
Show documentation Show source 
 

0 downloads
Artifact atr
Group nl.big-o
Version 1.0.8
Last update 01. January 2023
Organization not specified
URL https://github.com/bkiers/antlr-tree-rewriter-java
License MIT License
Dependencies amount 2
Dependencies antlr4-runtime, antlr4-maven-plugin,
There are maybe transitive dependencies!

type-parser from group com.github.drapostolos (version 0.8.1)

This is a lightweigth library that does nothing but parse a string to a given type. Supports most of the java classes, such as Integer, File, Enum, Float and also generic types as well, such as List<Integer>, Set<File> etc. Also possible to register your own parsers.

Group: com.github.drapostolos Artifact: type-parser
Show all versions Show documentation Show source 
 

8 downloads
Artifact type-parser
Group com.github.drapostolos
Version 0.8.1
Last update 30. December 2022
Organization not specified
URL https://github.com/drapostolos/type-parser
License The MIT License (MIT)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spellchecker from group com.fifesoft (version 3.3.1)

A simple spell checker add-on for RSyntaxTextArea. It will spell-check comments in source code, or the entire file if you are editing plain text. Spelling errors are squiggle-underlined with the color of your choice, and tooltips are available offering any spelling suggestions.

Group: com.fifesoft Artifact: spellchecker
Show all versions Show documentation Show source 
 

17 downloads
Artifact spellchecker
Group com.fifesoft
Version 3.3.1
Last update 18. December 2022
Organization not specified
URL https://github.com/bobbylight/SpellChecker
License Modified BSD License
Dependencies amount 1
Dependencies rsyntaxtextarea,
There are maybe transitive dependencies!

barista from group com.adevinta.android (version 4.3.0)

Barista makes developing UI test faster, easier and more predictable. Built on top of Espresso, it provides a simple and discoverable API, removing most of the boilerplate and verbosity of common Espresso tasks. You and your Android team will write tests with no effort.

Group: com.adevinta.android Artifact: barista
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact barista
Group com.adevinta.android
Version 4.3.0
Last update 15. November 2022
Organization Adevinta Spain
URL https://github.com/AdevintaSpain/Barista
License Stream License
Dependencies amount 6
Dependencies espresso-core, espresso-contrib, uiautomator, espresso-intents, viewpager2, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

barista-compose from group com.adevinta.android (version 4.3.0)

Barista makes developing UI test faster, easier and more predictable. Built on top of Espresso, it provides a simple and discoverable API, removing most of the boilerplate and verbosity of common Espresso tasks. You and your Android team will write tests with no effort.

Group: com.adevinta.android Artifact: barista-compose
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact barista-compose
Group com.adevinta.android
Version 4.3.0
Last update 15. November 2022
Organization Adevinta Spain
URL https://github.com/AdevintaSpain/Barista
License Stream License
Dependencies amount 3
Dependencies junit, ui-test-junit4, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

urlrewritefilter from group de.knightsoft-net (version 4.0.4.1)

A Java Web Filter for any J2EE compliant web application server (such as Resin, Orion or Tomcat), which allows you to rewrite URLs before they get to your code. It is a very powerful tool just like Apache's mod_rewrite.

Group: de.knightsoft-net Artifact: urlrewritefilter
Show documentation Show source 
 

0 downloads
Artifact urlrewritefilter
Group de.knightsoft-net
Version 4.0.4.1
Last update 12. November 2022
Organization Paul Tuckey
URL http://www.tuckey.org/urlrewrite/
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

transport from group com.vmware (version 1.0.1-RELEASE)

Transport is a full stack, simple, fast, expandable application event bus for your applications. It provides a standardized and simple API, implemented in multiple languages, to allow any individual component inside your applications to talk to one another. This is the Java implementation of the Transport library.

Group: com.vmware Artifact: transport
Show all versions Show documentation Show source 
 

0 downloads
Artifact transport
Group com.vmware
Version 1.0.1-RELEASE
Last update 11. November 2022
Organization not specified
URL https://vmware.github.io/transport/
License BSD-2 License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

integration-sdk-java from group com.ellucian.ethos.integration.sdk (version 1.0.1)

Develop applications that integrate with Ellucian Ethos Integration using your own code and our Java libraries, without the need to call REST APIs. Please note that this package is still under development and will be subject to change in the coming months.

Group: com.ellucian.ethos.integration.sdk Artifact: integration-sdk-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact integration-sdk-java
Group com.ellucian.ethos.integration.sdk
Version 1.0.1
Last update 02. November 2022
Organization not specified
URL https://github.com/ellucian-developer
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gitlog-maven-plugin from group com.github.danielflower.mavenplugins (version 1.14.0)

Generates a changelog based on commits to a git repository in text and HTML format showing the changes that are included in each version. A possible use of this is to include these changelogs when packaging your maven project so that you have an accurate list of commits that the current package includes.

Group: com.github.danielflower.mavenplugins Artifact: gitlog-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact gitlog-maven-plugin
Group com.github.danielflower.mavenplugins
Version 1.14.0
Last update 23. October 2022
Organization not specified
URL https://github.com/danielflower/maven-gitlog-plugin
License MIT License
Dependencies amount 7
Dependencies maven-plugin-api, maven-plugin-annotations, org.eclipse.jgit, commons-lang3, maven-reporting-api, doxia-sink-api, xml-apis,
There are maybe transitive dependencies!



Page 556 from 3 (items total 7097)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy