Download JAR files tagged by resembles with all dependencies
esque-core from group org.loesak.esque (version 0.1.3)
0 downloads
Artifact esque-core
Group org.loesak.esque
Version 0.1.3
Last update 10. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies elasticsearch-rest-client, jackson-databind, jackson-module-parameter-names, jackson-datatype-jdk8, jackson-datatype-jsr310, jackson-dataformat-yaml, slf4j-api,
There are maybe transitive dependencies!
Group org.loesak.esque
Version 0.1.3
Last update 10. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies elasticsearch-rest-client, jackson-databind, jackson-module-parameter-names, jackson-datatype-jdk8, jackson-datatype-jsr310, jackson-dataformat-yaml, slf4j-api,
There are maybe transitive dependencies!
esque from group org.loesak.esque (version 0.1.3)
Group: org.loesak.esque Artifact: esque
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
ghost from group com.garlicg (version 0.9.0)
Instant message that resembles the Android Toast.
Group: com.garlicg Artifact: ghost
Show documentation
Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ghost
Group com.garlicg
Version 0.9.0
Last update 25. March 2015
Organization not specified
URL https://github.com/garlicG/AndroidGhost
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.garlicg
Version 0.9.0
Last update 25. March 2015
Organization not specified
URL https://github.com/garlicG/AndroidGhost
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
maven-spring-skin from group org.springframework.maven.skins (version 1.0.5)
A Maven2 Skin that resembles the layout of www.springframework.org
Artifact maven-spring-skin
Group org.springframework.maven.skins
Version 1.0.5
Last update 30. January 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.springframework.maven.skins
Version 1.0.5
Last update 30. January 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
mathlib_2.13 from group com.markblokpoel (version 0.9.2-b1)
mathlib is a library supporting functional programming that closely resembles mathematical notation.
0 downloads
Artifact mathlib_2.13
Group com.markblokpoel
Version 0.9.2-b1
Last update 21. December 2023
Organization markblokpoel
URL https://github.com/markblokpoel/mathlib
License GNU General Public License v3.0
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!
Group com.markblokpoel
Version 0.9.2-b1
Last update 21. December 2023
Organization markblokpoel
URL https://github.com/markblokpoel/mathlib
License GNU General Public License v3.0
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!
jexer from group com.gitlab.klamonte (version 1.6.0)
Java Text User Interface library that resembles Turbo Vision
0 downloads
Artifact jexer
Group com.gitlab.klamonte
Version 1.6.0
Last update 03. February 2022
Organization not specified
URL https://gitlab.com/klamonte/jexer
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.gitlab.klamonte
Version 1.6.0
Last update 03. February 2022
Organization not specified
URL https://gitlab.com/klamonte/jexer
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
dashboard-maven-plugin from group com.thesett (version 0.8.22)
This plugin provides a Dashboard for a Maven2 site. This dashboard closely resembles the one
which is available in Maven1.
0 downloads
Artifact dashboard-maven-plugin
Group com.thesett
Version 0.8.22
Last update 13. November 2015
Organization not specified
URL https://github.com/rupertlssmith/maven2-plugins
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies maven-plugin-api, maven-project, maven-reporting-api, maven-reporting-impl, dom4j, jtidy, commons-io, jaxen,
There are maybe transitive dependencies!
Group com.thesett
Version 0.8.22
Last update 13. November 2015
Organization not specified
URL https://github.com/rupertlssmith/maven2-plugins
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies maven-plugin-api, maven-project, maven-reporting-api, maven-reporting-impl, dom4j, jtidy, commons-io, jaxen,
There are maybe transitive dependencies!
jsonfsm from group com.github.aytchell (version 2.0.0)
This package can convert a json description of a state machine
to an executable instance. The state machine resembles quite
closely a UML "state chart diagram".
Artifact jsonfsm
Group com.github.aytchell
Version 2.0.0
Last update 18. January 2022
Organization not specified
URL https://github.com/aytchell/jsonfsm
License The Apache License, Version 2.0
Dependencies amount 5
Dependencies lombok, stateless4j, validator, jackson-databind, slf4j-api,
There are maybe transitive dependencies!
Group com.github.aytchell
Version 2.0.0
Last update 18. January 2022
Organization not specified
URL https://github.com/aytchell/jsonfsm
License The Apache License, Version 2.0
Dependencies amount 5
Dependencies lombok, stateless4j, validator, jackson-databind, slf4j-api,
There are maybe transitive dependencies!
PJ from group com.lorentzos.pj (version 0.1.0)
PJ (stands for Pythonic Java) is a template language for Java that resembles Python's indent grammar and compiles into native Java. Inspired by Python and [Jade](http://jade-lang.com).
Artifact PJ
Group com.lorentzos.pj
Version 0.1.0
Last update 14. September 2014
Organization not specified
URL http://pj.lorentzos.com
License The MIT License (MIT)
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!
Group com.lorentzos.pj
Version 0.1.0
Last update 14. September 2014
Organization not specified
URL http://pj.lorentzos.com
License The MIT License (MIT)
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!
jparsec from group jparsec (version 2.0.1)
What is jparsec?
Jparsec is a recursive-desent parser combinator framework written for Java. It constructs parsers in native Java language only.
Why yet another parser framework?
Jparsec stands out for its combinator nature. It is no parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java /C# language, which also means you can utilize all the utilities in the Java/.Net community to get your parser fancy.
What does "jparsec" stand for?
Jparsec is an implementation of Haskell Parsec on the Java platform.
Feature highlights.
operator precendence grammar.
accurate error location and customizable error message.
rich set of pre-defined reusable combinator functions.
declarative API that resembles BNF.
[email protected]
[email protected]
Artifact jparsec
Group jparsec
Version 2.0.1
Last update 10. October 2012
Organization codehaus.org
URL http://jparsec.codehaus.org
License Apache License, Version 2.0 (the "License")
Dependencies amount 3
Dependencies cglib, easymock, junit,
There are maybe transitive dependencies!
Group jparsec
Version 2.0.1
Last update 10. October 2012
Organization codehaus.org
URL http://jparsec.codehaus.org
License Apache License, Version 2.0 (the "License")
Dependencies amount 3
Dependencies cglib, easymock, junit,
There are maybe transitive dependencies!
Page 1 from 2 (items total 11)