Download JAR files tagged by hard with all dependencies
webelemental from group com.atomicleopard (version 0.0.1)
WebElemental is a small library to make writing Selenium tests easier. The existing WebElement interface is a bit
clunky and hard to use. WebElemental introduces the Element class, which works with an API modeled on jQuery.
This means that web tests can be written in a way that is familiar to those used to CSS selectors and jQuery.
Artifact webelemental
Group com.atomicleopard
Version 0.0.1
Last update 12. January 2012
Organization Atomic Leopard
URL http://www.atomicleopard.com
License GNU Lesser General Public License (LGPL), Version 3.0
Dependencies amount 1
Dependencies expressive,
There are maybe transitive dependencies!
Group com.atomicleopard
Version 0.0.1
Last update 12. January 2012
Organization Atomic Leopard
URL http://www.atomicleopard.com
License GNU Lesser General Public License (LGPL), Version 3.0
Dependencies amount 1
Dependencies expressive,
There are maybe transitive dependencies!
andhow-annotation-processor-tests from group org.yarnandtail (version 0.4.1.1)
'Real world' compile-time testing of the annotation processor.
Its impossible/hard to fully replicate the compile time environment
including annotation processing, class generation, service loading, etc..
This module contains standard and edge case classes container AndHow
properties. Unit tests then check to ensure that PropertyRegistrars
were generated and registered as services for each top level class
containing Properties.
Group: org.yarnandtail Artifact: andhow-annotation-processor-tests
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact andhow-annotation-processor-tests
Group org.yarnandtail
Version 0.4.1.1
Last update 14. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
Group org.yarnandtail
Version 0.4.1.1
Last update 14. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
branding from group com.github.andy2003 (version 1.0)
Artifact branding
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org-openide-util,
There are maybe transitive dependencies!
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org-openide-util,
There are maybe transitive dependencies!
Kayak-kcd from group com.github.andy2003 (version 1.0)
Artifact Kayak-kcd
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org-openide-util-lookup, jaxb-api, Kayak-core,
There are maybe transitive dependencies!
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org-openide-util-lookup, jaxb-api, Kayak-core,
There are maybe transitive dependencies!
application from group com.github.andy2003 (version 1.0)
Group: com.github.andy2003 Artifact: application
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact application
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies platform, branding, Kayak-ui, Kayak-logging, Kayak-kcd, Kayak-mapview,
There are maybe transitive dependencies!
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies platform, branding, Kayak-ui, Kayak-logging, Kayak-kcd, Kayak-mapview,
There are maybe transitive dependencies!
Kayak-mapview from group com.github.andy2003 (version 1.0)
Artifact Kayak-mapview
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies org-netbeans-api-annotations-common, org-openide-windows, org-openide-util, org-openide-util-lookup, org-openide-awt, org-netbeans-modules-settings, Kayak-core, Kayak-ui, swingx-ws, swingx-core, tango-icon-theme,
There are maybe transitive dependencies!
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies org-netbeans-api-annotations-common, org-openide-windows, org-openide-util, org-openide-util-lookup, org-openide-awt, org-netbeans-modules-settings, Kayak-core, Kayak-ui, swingx-ws, swingx-core, tango-icon-theme,
There are maybe transitive dependencies!
Kayak-core from group com.github.andy2003 (version 1.0)
Artifact Kayak-core
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Kayak from group com.github.andy2003 (version 1.0)
Kayak aims to be a Java framework and GUI for CAN data handling. It will
include an abstract data model for different CAN hard- and software
solutions. SocketCAN and IP will be used as an abstraction layer above
the hardware. Platform independence is a goal and therefore all logic
will be implemented in Java. To run the framework on a Windows client
a socketCAN over ethernet protocol will be implemented.
Group: com.github.andy2003 Artifact: Kayak
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact Kayak
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL https://github.com/Andy2003/Kayak/
License GNU Lesser General Public License, version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL https://github.com/Andy2003/Kayak/
License GNU Lesser General Public License, version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
execs from group de.vandermeer (version 0.4.0)
A simple set of classes to execute programmes from the command line, without littering the code with static void main(String[] args). This package addresses the following problem: a package (or a set of packages) contain a number of tools that should be run from outside java, e.g. using a static main() method. Over time, it might (will) be hard to know (or find) all main methods.
Artifact execs
Group de.vandermeer
Version 0.4.0
Last update 13. April 2017
Organization not specified
URL https://github.com/vdmeer/execs
License Apache 2
Dependencies amount 3
Dependencies commons-lang3, commons-cli, ST4,
There are maybe transitive dependencies!
Group de.vandermeer
Version 0.4.0
Last update 13. April 2017
Organization not specified
URL https://github.com/vdmeer/execs
License Apache 2
Dependencies amount 3
Dependencies commons-lang3, commons-cli, ST4,
There are maybe transitive dependencies!
pomlint-maven-plugin from group dk.kyuff.pomlint (version 1.1)
The pomlint mojo helps enforcing a certain style in Maven projects.
This is particular useful in a multi-module project maintained by large teams
of developers. Often best practices are ignored when the project becomes busy.
This leads to pom structures that are hard to maintain and thus degrade the
projects agility. By having a linter enforce the rules upfront many of the simple
mistakes can be avoided.
Group: dk.kyuff.pomlint Artifact: pomlint-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact pomlint-maven-plugin
Group dk.kyuff.pomlint
Version 1.1
Last update 10. July 2016
Organization not specified
URL http://maven.apache.org
License MIT License
Dependencies amount 3
Dependencies maven-plugin-api, maven-core, maven-model,
There are maybe transitive dependencies!
Group dk.kyuff.pomlint
Version 1.1
Last update 10. July 2016
Organization not specified
URL http://maven.apache.org
License MIT License
Dependencies amount 3
Dependencies maven-plugin-api, maven-core, maven-model,
There are maybe transitive dependencies!
Page 4 from 3 (items total 50)