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

Download JAR files tagged by consuming with all dependencies

Search JAR files by class name

sootkeeper-analysiskeeper from group de.tu-darmstadt.stg (version 1.0)

Group: de.tu-darmstadt.stg Artifact: sootkeeper-analysiskeeper
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sootkeeper-analysiskeeper
Group de.tu-darmstadt.stg
Version 1.0
Last update 23. March 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sootkeeper from group de.tu-darmstadt.stg (version 1.0)

The use of static analysis allows developers to analyze the source code of a program. On one hand, developers get accurate data representing any issues with the program. On the other hand, static analysis programs can have lengthy execution times. This results in a large amount of developer idleness, waiting for their program to execute. A developer's debug cycles can be particularly time consuming, when tweaking their analyses. They then have to wait around for long periods of time to test their minor changes. In order to avoid this needless idle time, we have looked into modularizing a static analysis program in order to cut down on time wasted.

Group: de.tu-darmstadt.stg Artifact: sootkeeper
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sootkeeper
Group de.tu-darmstadt.stg
Version 1.0
Last update 23. March 2017
Organization not specified
URL http://www.thewhitespace.de/projects/peaks/sootkeeper.html
License Apache License, Version 2.0
Dependencies amount 1
Dependencies org.osgi.core,
There are maybe transitive dependencies!

zip from group io.github.tsabirgaliev (version 1.0.0.Beta3)

The Java JDK includes various means of creating/consuming compressed files. What is missing is easy way of creating lazy streamed zip archive, in spirit of java.util.zip.DeflaterInputStream. This implementation relies on the fact that the PKZIP specification allows archiving data streams of sizes not known upfront. This implies that the archives produced will be readable only by tools aware of this trick. Notably, java.util.zip.ZipInputStream is OK with that, so we use it to test compatibility.

Group: io.github.tsabirgaliev Artifact: zip
Show documentation Show source 
 

1 downloads
Artifact zip
Group io.github.tsabirgaliev
Version 1.0.0.Beta3
Last update 20. March 2017
Organization not specified
URL https://github.com/tsabirgaliev/zip
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hello-world from group de.tu-darmstadt.stg (version 1.0)

Group: de.tu-darmstadt.stg Artifact: hello-world

 

0 downloads
Artifact hello-world
Group de.tu-darmstadt.stg
Version 1.0
Last update 17. March 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies framework,
There are maybe transitive dependencies!

soot-bundle from group de.tu-darmstadt.stg (version 1.0)

Group: de.tu-darmstadt.stg Artifact: soot-bundle

 

0 downloads
Artifact soot-bundle
Group de.tu-darmstadt.stg
Version 1.0
Last update 17. March 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies soot, sootconfig, framework,
There are maybe transitive dependencies!

container from group de.tu-darmstadt.stg (version 1.0)

Group: de.tu-darmstadt.stg Artifact: container

 

0 downloads
Artifact container
Group de.tu-darmstadt.stg
Version 1.0
Last update 17. March 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.apache.felix.gogo.runtime, console-API, framework,
There are maybe transitive dependencies!

framework from group de.tu-darmstadt.stg (version 1.0)

Group: de.tu-darmstadt.stg Artifact: framework

 

0 downloads
Artifact framework
Group de.tu-darmstadt.stg
Version 1.0
Last update 17. March 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

analysiskeeper from group de.tu-darmstadt.stg (version 1.0)

Group: de.tu-darmstadt.stg Artifact: analysiskeeper
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact analysiskeeper
Group de.tu-darmstadt.stg
Version 1.0
Last update 17. March 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

osgi-tests from group org.apache.axis2 (version 1.6.3)

Group: org.apache.axis2 Artifact: osgi-tests
Show source 
 

1 downloads
Artifact osgi-tests
Group org.apache.axis2
Version 1.6.3
Last update 27. June 2015
Organization not specified
URL http://axis.apache.org/axis2/java/core/
License not specified
Dependencies amount 1
Dependencies axis2-testutils,
There are maybe transitive dependencies!

axis2-parent from group org.apache.axis2 (version 1.6.3)

Axis2 is an effort to re-design and totally re-implement both Axis/Java and (eventually) Axis/C++ on a new architecture. Evolving from the now standard "handler chain" model which Axis1 pioneered, Axis2 is developing a more flexible pipeline architecture which can yet be managed and packaged in a more organized manner. This new design acknowledges the maturing of the Web services space in terms of new protocols such as WS-ReliableMessaging, WS-Security and WS-Addressing that are built on top of the base SOAP system. At the time Axis1 was designed, while it was fully expected that other protocols such as WS-ReliableMessaging would be built on top of it, there was not a proper extension architecture defined to enable clean composition of such layers. Thus, one of the key motivations for Axis2 is to provide a clean and simple environment for like Apache Sandesha and Apache WSS4J to layer on top of the base SOAP system. Another driving force for Axis2 as well as the move away from RPC oriented Web services towards more document-oriented, message style asynchronous service interactions. The Axis2 project is centered on a new representation for SOAP messages called AXIOM (AXIs Object Model). AXIOM consists of two parts: a complete XML Infoset representation and a SOAP Infoset representation on top of that. The XML Infoset representation provides a JDOM-like simple API but is built on a deferred model via a StAX-based (Streaming API for XML) pull parsing API. A key feature of AXIOM is that it allows one to stop building the XML tree and just access the pull stream directly; thus enabling both maximum flexibility and maximum performance. This approach allows us to support multiple levels of abstraction for consuming and offering Web services: using plain AXIOM, using generated code and statically data-bound data types and so on. At the time of Axis1's design, RPC-style, synchronous, request-response interactions were the order of the day for Web services. Today service interactions are much more message -oriented and exploit many different message exchange patterns. The Axis2 engine architecture is careful to not build in any assumptions of request-response patterns to ensure that it can be used easily to support arbitrary message exchange patterns.

Group: org.apache.axis2 Artifact: axis2-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact axis2-parent
Group org.apache.axis2
Version 1.6.3
Last update 27. June 2015
Organization not specified
URL http://axis.apache.org/axis2/java/core/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 23 from 23 (items total 230)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy