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

Download JAR files tagged by implemented with all dependencies

Search JAR files by class name

branding from group com.github.andy2003 (version 1.0)

Group: com.github.andy2003 Artifact: branding
Show source 
 

1 downloads
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!

Kayak-kcd from group com.github.andy2003 (version 1.0)

Group: com.github.andy2003 Artifact: Kayak-kcd
Show source 
 

0 downloads
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!

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!

Kayak-mapview from group com.github.andy2003 (version 1.0)

Group: com.github.andy2003 Artifact: Kayak-mapview
Show source 
 

0 downloads
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!

Kayak-core from group com.github.andy2003 (version 1.0)

Group: com.github.andy2003 Artifact: Kayak-core
Show source 
 

0 downloads
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!

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!

Paprika from group com.usmanhussain.paprika (version 1.0.0)

com.usmanhussain.paprika - Paprika allows users to download a sample project with some dummy tests. This is a playground to try out new changes for Habanero. Habanero is the Test Automation Framework which allows tests to be written within a DevOps, Agile or Waterfall (unfortunately) platform. Designed, Developed, Implemented and Loved by Mr Usman H Hussain

Group: com.usmanhussain.paprika Artifact: Paprika
Show documentation Show source 
 

0 downloads
Artifact Paprika
Group com.usmanhussain.paprika
Version 1.0.0
Last update 13. October 2017
Organization not specified
URL https://github.com/usman-h/Paprika
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies Habanero,
There are maybe transitive dependencies!

dudu-RESP-interpreter from group net.yesdata (version 1.0.4)

REdis Serialization Protocol (RESP) implemented in java. You can simply construct string commands to RESP commands, and interpret redis response. By import net.yesdata.RESP_intepreter.* you can play with RESP with happy. How to format command string to RESP style? String command = "INFO"; IInterpreter intepreter = new DefaultRespInterpreter(); String sentCommand = intepreter.FormatCommand(command); How to read and print RESP style response? IInterpreter intepreter = new DefaultRespInterpreter(); List<IRespNode> respNodes = intepreter.IntepretResponse(responseBody); for(IRespNode n : respNodes) { System.out.println(n.toRespFormatString()); }

Group: net.yesdata Artifact: dudu-RESP-interpreter
Show documentation Show source 
 

0 downloads
Artifact dudu-RESP-interpreter
Group net.yesdata
Version 1.0.4
Last update 21. December 2016
Organization not specified
URL https://github.com/yourcaptain/dudu-RESP_intepreter
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

teachingbox-core from group org.sf.teachingbox (version 1.2.3)

The Teachingbox uses advanced machine learning techniques to relieve developers from the programming of hand-crafted sophisticated behaviors of autonomous agents (such as robots, game players etc...) In the current status we have implemented a well founded reinforcement learning core in Java with many popular usecases, environments, policies and learners.

Group: org.sf.teachingbox Artifact: teachingbox-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact teachingbox-core
Group org.sf.teachingbox
Version 1.2.3
Last update 08. November 2016
Organization TeachingBox
URL http://sourceforge.net/projects/teachingbox/
License GNU General Public License, Version 3
Dependencies amount 14
Dependencies guava, jfreechart, surfaceplotter, log4j, commons-lang3, commons-math3, colt, junit, thrift, concurrent, encog-core, weka-stable, nrjavaserial, redstone,
There are maybe transitive dependencies!

org.openengsb.framework.api from group org.openengsb.framework (version 3.0.0.M2)

Interfaces to be implemented by Domains, Connectors and Events which handle intatiation of Services and Proxies, classes for registration of bundles and services, classes for localization, classes that save connector properties (Persistence) and finally classes that enable the web application to have access to OSGI bundles. This bundle contains only the model and interface descriptions of all those services. In theory someone can take only a minor number of openengsb bundles, the api and create the rest of the system on his own.

Group: org.openengsb.framework Artifact: org.openengsb.framework.api
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.openengsb.framework.api
Group org.openengsb.framework
Version 3.0.0.M2
Last update 10. October 2014
Organization not specified
URL http://www.openengsb.org
License Apache 2
Dependencies amount 4
Dependencies guava, org.osgi.core, commons-lang, commons-io,
There are maybe transitive dependencies!



Page 81 from 90 (items total 896)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy