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

Download JAR files tagged by include with all dependencies

Search JAR files by class name

org.apache.sling.api from group org.apache.sling (version 2.27.6)

The Apache Sling API defines an extension to the Servlet API 2.4 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Apache Sling API bundle does not include the Servlet API but instead requires the API to be provided by the Servlet container in which the Apache Sling framework is running or by another bundle.

Group: org.apache.sling Artifact: org.apache.sling.api
Show all versions Show documentation Show source 
 

52 downloads
Artifact org.apache.sling.api
Group org.apache.sling
Version 2.27.6
Last update 05. July 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies servlet-api, slf4j-api, junit,
There are maybe transitive dependencies!

ai-pipeline from group org.apache.skywalking (version 10.0.1)

AI pipeline module include pipelines connecting the OAP kernel and any 3rd party AI and/or algorithm server. The kernel would call the pipeline in the specific context/scenario with well formatted telemetry data, and expect the remote to respond with the result of the AI/algorithm as quick as possible, but in async way in case of large size of data or lower performance behavior of the remote.

Group: org.apache.skywalking Artifact: ai-pipeline
Show all versions Show documentation Show source 
 

0 downloads
Artifact ai-pipeline
Group org.apache.skywalking
Version 10.0.1
Last update 30. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies grpc-netty, grpc-protobuf, grpc-stub, library-module, library-client,
There are maybe transitive dependencies!

maven-remote-resources-plugin from group org.apache.maven.plugins (version 3.2.0)

Process resources packaged in JARs that have been deployed to a remote repository. The primary use case being satisfied is the consistent inclusion of common resources in a large set of projects. Maven projects at Apache use this plug-in to satisfy licensing requirements at Apache where each project must include license and notice files for each release.

Group: org.apache.maven.plugins Artifact: maven-remote-resources-plugin
Show all versions Show documentation Show source 
 

2 downloads
Artifact maven-remote-resources-plugin
Group org.apache.maven.plugins
Version 3.2.0
Last update 02. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 16
Dependencies maven-artifact, maven-core, maven-model, maven-monitor, maven-plugin-api, maven-project, maven-settings, maven-artifact-resolver, maven-common-artifact-filters, maven-filtering, plexus-container-default, plexus-interpolation, plexus-resources, plexus-utils, plexus-velocity, velocity,
There are maybe transitive dependencies!

jwat-tools from group org.jwat (version 0.7.1)

JWAT-Tools uses the available JWAT libraries to make high level tasks available either from command-line or programmatically. Common tasks include: Test, Compress, Decompress, CDX, Arc2Warc. More specialised tasks include: Changed, ContainerMD, Delete, Extract, Interval, PathIndex, Unpack, Headers2CDX.

Group: org.jwat Artifact: jwat-tools
Show all versions Show documentation Show source 
 

0 downloads
Artifact jwat-tools
Group org.jwat
Version 0.7.1
Last update 12. May 2023
Organization not specified
URL http://jwat.org/
License Apache License, Version 2.0
Dependencies amount 10
Dependencies jwat-common, jwat-gzip, jwat-arc, jwat-warc, jwat-archive, common-cli, common-json, common-datastructures, jna, openwayback-core,
There are maybe transitive dependencies!

jcore-linnaeus-species-ae from group de.julielab (version 2.6.1)

Uses the Linnaeus software (http://linnaeus.sourceforge.net/) to detect species mentions and map them to NCBI taxonomy IDs. This project contains the UIMA wrapper around the original Linnaeus software but does not include any dictionaries. Since Linnaeus works with different dictionaries (e.g. concrete species name mention recognition, species proxy/clue recognition, ...) each of the different resource has been stored in a project of its own in jcore-projects. The default mention dictionary is stored in the jcore-linneaus-species-dict project, for example.

Group: de.julielab Artifact: jcore-linnaeus-species-ae
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-linnaeus-species-ae
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-linnaeus-species-ae
License BSD-2-Clause
Dependencies amount 6
Dependencies linnaeus, slf4j-api, jcore-types, jcore-utilities, jcore-descriptor-creator, junit-jupiter-engine,
There are maybe transitive dependencies!

appoptics-sdk from group com.appoptics.agent.java (version 6.24.3)

Enables custom instrumentation by providing an SDK to capture start and end times for your functions and include arbitrary data. While AppOptics provides superior out-of-the-box performance monitoring, using the SDK can allow for more detailed transaction reporting within AppOptics's user interface. For other information on our Java agent please visit http://docs.appoptics.com/kb/apm_tracing/java/. For SDK information please visit http://docs.appoptics.com/kb/apm_tracing/java/sdk/ .

Group: com.appoptics.agent.java Artifact: appoptics-sdk
Show all versions Show documentation Show source 
 

1 downloads
Artifact appoptics-sdk
Group com.appoptics.agent.java
Version 6.24.3
Last update 05. May 2022
Organization not specified
URL https://www.appoptics.com/
License AppOptics Java Agent License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json from group edu.byu.hbll (version 1.4.2)

Various JSON helper classes and utilities based on Jackson. This also provides as compile dependencies the Jackson annotations, core, databind, datatype-jdk8, module-jaxb-annotations, and datatype-jsr310 modules along with snakeyaml. Therefore you only need to declare this library as a dependency in order to include those other dependencies.

Group: edu.byu.hbll Artifact: json
Show all versions Show documentation Show source 
 

2 downloads
Artifact json
Group edu.byu.hbll
Version 1.4.2
Last update 29. March 2022
Organization not specified
URL https://gitlab.com/byuhbll/lib/java/${project.artifactId}
License not specified
Dependencies amount 7
Dependencies jackson-annotations, jackson-core, jackson-databind, jackson-datatype-jdk8, jackson-module-jaxb-annotations, jackson-datatype-jsr310, snakeyaml,
There are maybe transitive dependencies!

org.gosu-lang.gosu.gradle.plugin from group org.gosu-lang.gosu (version 6.0.1)

Gosu language compiler for Gradle. Built with Gradle 6.5.1. This has also been tested extensively with Gradle version(s): 6.5.1 ** Gradle versions below 2.12 are no longer supported ** Projects applying this plugin require a compile-time dependency on the gosu-core-api library. This version requires Gosu 1.13.9 or greater, or 1.14.2 or greater. Please include this in the depencencies closure: dependencies { compile group: 'org.gosu-lang.gosu', name: 'gosu-core-api', version: '1.14.18' }

Group: org.gosu-lang.gosu Artifact: org.gosu-lang.gosu.gradle.plugin
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.gosu-lang.gosu.gradle.plugin
Group org.gosu-lang.gosu
Version 6.0.1
Last update 18. December 2020
Organization not specified
URL http://gosu-lang.github.io/
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies gradle-gosu-plugin,
There are maybe transitive dependencies!

gradle-gosu-plugin from group org.gosu-lang.gosu (version 6.0.1)

Gosu language compiler for Gradle. Built with Gradle 6.5.1. This has also been tested extensively with Gradle version(s): 6.5.1 ** Gradle versions below 2.12 are no longer supported ** Projects applying this plugin require a compile-time dependency on the gosu-core-api library. This version requires Gosu 1.13.9 or greater, or 1.14.2 or greater. Please include this in the depencencies closure: dependencies { compile group: 'org.gosu-lang.gosu', name: 'gosu-core-api', version: '1.14.18' }

Group: org.gosu-lang.gosu Artifact: gradle-gosu-plugin
Show all versions Show documentation Show source 
 

5 downloads
Artifact gradle-gosu-plugin
Group org.gosu-lang.gosu
Version 6.0.1
Last update 18. December 2020
Organization not specified
URL http://gosu-lang.github.io/
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.xpect.xtext.lib from group org.eclipse.xpect (version 0.2.0.v20190619)

Group: org.eclipse.xpect Artifact: org.eclipse.xpect.xtext.lib
Show documentation Show source 
 

0 downloads
Artifact org.eclipse.xpect.xtext.lib
Group org.eclipse.xpect
Version 0.2.0.v20190619
Last update 19. June 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 60 from 3 (items total 732)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy