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

Download JAR files tagged by import with all dependencies

Search JAR files by class name

soap-builder from group com.xkcoding (version 0.0.2)

Group: com.xkcoding Artifact: soap-builder
Show all versions Show documentation Show source 
 

0 downloads
Artifact soap-builder
Group com.xkcoding
Version 0.0.2
Last update 24. May 2019
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies soap-common, soap-legacy,
There are maybe transitive dependencies!

soap-legacy from group com.xkcoding (version 0.0.2)

Group: com.xkcoding Artifact: soap-legacy
Show all versions Show source 
 

0 downloads
Artifact soap-legacy
Group com.xkcoding
Version 0.0.2
Last update 24. May 2019
Organization not specified
URL Not specified
License GNU Library or Lesser General Public License (LGPL) 2.1
Dependencies amount 19
Dependencies soap-common, xmlunit, xml-apis, batik-ext, xercesImpl, xbean, xbean_xpath, xmlbeans-xmlpublic, jsr173, saxon, saxon-dom, wsrf-xbeans, wsdl4j, XmlSchema, guava-osgi, commons-io, commons-lang3, commons-logging, log4j,
There are maybe transitive dependencies!

soap-common from group com.xkcoding (version 0.0.2)

Group: com.xkcoding Artifact: soap-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact soap-common
Group com.xkcoding
Version 0.0.2
Last update 24. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies junit, wsdl4j, guava-osgi, commons-io, commons-lang3, commons-logging, xmlunit,
There are maybe transitive dependencies!

soap-ws from group com.xkcoding (version 0.0.2)

soap-ws is a lightweight and easy-to-use Java library to handle SOAP message generation and SOAP message transmission on a purely XML level. With the usage of this library within few lines of code you can easily import your WSDL and generate SOAP messages directly in an XML format. Then you can use the SoapClient to transmit this message over HTTP(s) to a web-service endpoint. Finally, you can run SoapServer to receive SOAP messages and and respond to them. And all of that requires no classes or stubs generation - everything happens directly in an XML format.

Group: com.xkcoding Artifact: soap-ws
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact soap-ws
Group com.xkcoding
Version 0.0.2
Last update 24. May 2019
Organization not specified
URL http://projects.reficio.org/soap-ws/${project.version}
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
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!

autoimports-groovy from group org.devcake.groovy (version 1.0.9)

The library allows to execute parts of Groovy scripts in Groovy Console without having to import classes for every piece of code. All import statements from the file are applied automatically to the chunk of code being executed. This allows to use console more effectively. Also specialized Groovy Shell implementation allows to integrate this feature in other projects.

Group: org.devcake.groovy Artifact: autoimports-groovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact autoimports-groovy
Group org.devcake.groovy
Version 1.0.9
Last update 19. June 2015
Organization not specified
URL http://devcake.org/Projects/Autoimports-Groovy
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies groovy-all, testng,
There are maybe transitive dependencies!

rdf.scala.utils from group org.apache.clerezza (version 1.0.0)

OSGi bundle providing utilities for accessing Clerezza RDF Commons Graphs with Scala. Adding import "org.apache.clerezza.rdf.scala.utils.Preamble._" will allow to use "node/-FOAF.knows/FOAF.name!" with a GraphNode node as shortcut for node.getSubject(FOAF.knows).getObject(FOAF.name).getNode(). To access multiple property values the position can be indicated using the %-operator, e.g. "node/-FOAF.knows%2/FOAF.name%0!", see the ScalaDocs for RichGraphNode for all operations

Group: org.apache.clerezza Artifact: rdf.scala.utils
Show all versions Show source 
 

0 downloads
Artifact rdf.scala.utils
Group org.apache.clerezza
Version 1.0.0
Last update 20. May 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies scala-library, org.osgi.core, org.osgi.compendium, rdf.core, rdf.utils,
There are maybe transitive dependencies!

spring-framework-bom from group com.covisint.core (version 4.0.2.RELEASE)

This bill of materials (BOM) POM covers all the Spring artifacts related to a particular version. By importing this BOM, you fix the version of all of Spring-related artifacts to the versions associated with a particular release. This prevents the overriding of Spring transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>springframework-bom</artifactId> <version>4.0.2.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the Spring artifacts *without* a version.

Group: com.covisint.core Artifact: spring-framework-bom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-framework-bom
Group com.covisint.core
Version 4.0.2.RELEASE
Last update 22. April 2015
Organization not specified
URL http://covisint.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

slf4j-bom from group com.covisint.core (version 1.7.6)

This bill of materials (BOM) POM covers all the SLF4J artifacts related to a particular version. By importing this BOM, you fix the version of all of SLF4J-related artifacts to the versions associated with a particular release. This prevents the overriding of SLF4J transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>slf4j-bom</artifactId> <version>1.7.6</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the SLF4J artifacts *without* a version.

Group: com.covisint.core Artifact: slf4j-bom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact slf4j-bom
Group com.covisint.core
Version 1.7.6
Last update 22. April 2015
Organization not specified
URL http://covisint.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

httpclient-bom from group com.covisint.core (version 4.3.2)

This bill of materials (BOM) POM covers all the Apache HttpClient artifacts related to a particular version. By importing this BOM, you fix the version of all of HttpClient-related artifacts to the versions associated with a particular release. This prevents the overriding of HttpClient transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>httpclient-bom</artifactId> <version>4.3.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the HttpClient artifacts *without* a version.

Group: com.covisint.core Artifact: httpclient-bom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact httpclient-bom
Group com.covisint.core
Version 4.3.2
Last update 22. April 2015
Organization not specified
URL http://covisint.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 50 from 60 (items total 592)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy