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

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

J2CL is a powerful, simple and lightweight transpiler from Java to Closure style JavaScript. The project is designed, implemented, and maintained by the J2CL team at Google. This distribution is slightly modified from the original and packaged for Maven Central by Vertispan LLC. The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our packaging are not incorrectly blamed on the upstream Google repository.

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
Last update 07. November 2022
Organization not specified
URL https://github.com/vertispan/j2cl
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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 antlr4-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!

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 
 

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!

jfire-mvc from group link.jfire (version 1.0.3)

Jfire - MVC MVC framework is a fast and efficient. Support the rest style urls. Transparent simple file upload, data binding function to access web parameters become very easy. Supports multiple views at the same time. Includes regular HTML, json, templates, etc

Group: link.jfire Artifact: jfire-mvc
Show all versions Show documentation Show source 
 

0 downloads
Artifact jfire-mvc
Group link.jfire
Version 1.0.3
Last update 04. February 2016
Organization not specified
URL www.jfire.link
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jfire-core, beetl,
There are maybe transitive dependencies!

jsefa-parent from group net.sf.jsefa (version 1.1.1.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173 for the standard version and XmlPull for the android version.

Group: net.sf.jsefa Artifact: jsefa-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jsefa-parent
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License Apache License, Version 2.0
Dependencies amount 1
Dependencies xmlpull,
There are maybe transitive dependencies!

jsefa from group net.sf.jsefa (version 1.1.1.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173.

Group: net.sf.jsefa Artifact: jsefa
Show all versions Show documentation Show source 
 

4 downloads
Artifact jsefa
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 120 from 127 (items total 1263)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy