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

Download JAR files tagged by style with all dependencies

Search JAR files by class name

org.eclipse.core.jobs from group com.vertispan.j2cl.external (version 0.11.0-9336533b6)

Group: com.vertispan.j2cl.external Artifact: org.eclipse.core.jobs
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.core.jobs
Group com.vertispan.j2cl.external
Version 0.11.0-9336533b6
Last update 07. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.core.contenttype from group com.vertispan.j2cl.external (version 0.11.0-9336533b6)

Group: com.vertispan.j2cl.external Artifact: org.eclipse.core.contenttype
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.core.contenttype
Group com.vertispan.j2cl.external
Version 0.11.0-9336533b6
Last update 07. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse from group com.vertispan.j2cl.external (version 0.11.0-9336533b6)

Group: com.vertispan.j2cl.external Artifact: org.eclipse
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse
Group com.vertispan.j2cl.external
Version 0.11.0-9336533b6


external-dependencies from group com.vertispan.j2cl.external (version 0.11.0-9336533b6)

Group: com.vertispan.j2cl.external Artifact: external-dependencies
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact external-dependencies
Group com.vertispan.j2cl.external
Version 0.11.0-9336533b6
Last update 07. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

j2cl-parent from group com.vertispan.j2cl (version 0.11.0-9336533b6)

Group: com.vertispan.j2cl Artifact: j2cl-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact j2cl-parent
Group com.vertispan.j2cl
Version 0.11.0-9336533b6


tlddoc from group io.github.weblegacy (version 1.4)

Tag Library Documentation Generator is a utility for automatically generating javadoc-style documentation for JavaServer Pages (JSP) Technology Tag Libraries. It accepts a set of tag libraries as input, and generates a set of HTML files as output. It can also be used to generate tag library documentation for JavaServer Faces UI components. Included in the output is a full description of each defined tag library, the tags contained within those tag libraries, and how to use those tags.

Group: io.github.weblegacy Artifact: tlddoc
Show documentation Show source 
 

0 downloads
Artifact tlddoc
Group io.github.weblegacy
Version 1.4
Last update 19. July 2022
Organization Web-Legacy
URL https://weblegacy.github.io/tlddoc
License BSD 3-Clause "New" or "Revised" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jstyleparser from group net.sf.cssbox (version 4.0.0)

jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox library. While handling errors, it is user agent conforming according to the CSS specification.

Group: net.sf.cssbox Artifact: jstyleparser
Show all versions Show documentation Show source 
 

21 downloads
Artifact jstyleparser
Group net.sf.cssbox
Version 4.0.0
Last update 31. January 2021
Organization not specified
URL http://cssbox.sourceforge.net/jstyleparser
License GNU Lesser General Public License 3.0
Dependencies amount 3
Dependencies antlr-runtime, slf4j-api, unbescape,
There are maybe transitive dependencies!

sshapi-jsch from group com.sshtools (version 1.1.2)

JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. Downloads and more information about JSch may be found at http://www.jcraft.com/jsch/. This library is the provider bridge for SSHAPI.

Group: com.sshtools Artifact: sshapi-jsch
Show all versions Show documentation Show source 
 

0 downloads
Artifact sshapi-jsch
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, jsch, jzlib,
There are maybe transitive dependencies!

alexa-skills-kit-tellask-java from group io.klerch (version 0.2.3)

This SDK is an extension to the Alexa Skills SDK for Java. It provides a framework for handling speechlet requests with multi-variant utterances organized in YAML files that make it easy to create localized skills. This SDK also lets you build your skill in declarative style and avoids a lot of boilerplate code.

Group: io.klerch Artifact: alexa-skills-kit-tellask-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact alexa-skills-kit-tellask-java
Group io.klerch
Version 0.2.3
Last update 06. July 2017
Organization not specified
URL https://github.com/KayLerch/alexa-skills-kit-tellask-java
License GNU GENERAL PUBLIC LICENSE, Version 3.0
Dependencies amount 7
Dependencies jackson-core, jackson-databind, jackson-annotations, jackson-dataformat-yaml, alexa-skills-kit, alexa-skills-kit-states-java, javapoet,
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!



Page 129 from 3 (items total 1357)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy