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

Download JAR files tagged by code with all dependencies

Search JAR files by class name

metricshub-connector-maven-plugin from group org.sentrysoftware.maven (version 1.0.05)

The MetricsHub Connector Maven Plugin is a Maven report plugin that helps generate documentation for MetricsHub connectors. It is invoked during the Maven site generation process, and it takes the source code of the connectors as input. The plugin then generates a reference guide that describes the connectors in detail.

Group: org.sentrysoftware.maven Artifact: metricshub-connector-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact metricshub-connector-maven-plugin
Group org.sentrysoftware.maven
Version 1.0.05
Last update 30. July 2024
Organization Sentry Software
URL https://sentrysoftware.github.io/metricshub-connector-maven-plugin
License Apache-2.0
Dependencies amount 5
Dependencies maven-reporting-impl, maven-reporting-api, jackson-databind, jackson-core, jackson-dataformat-yaml,
There are maybe transitive dependencies!

rsyntaxtextarea from group com.fifesoft (version 3.5.1)

RSyntaxTextArea is the syntax highlighting text editor for Swing applications. Features include syntax highlighting for 40+ languages, code folding, code completion, regex find and replace, macros, code templates, undo/redo, line numbering and bracket matching.

Group: com.fifesoft Artifact: rsyntaxtextarea
Show all versions Show documentation Show source 
 

161 downloads
Artifact rsyntaxtextarea
Group com.fifesoft
Version 3.5.1
Last update 27. July 2024
Organization not specified
URL https://github.com/bobbylight/rsyntaxtextarea
License BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

telesignenterprise from group com.telesign.enterprise (version 2.2.3)

The Telesign Full-service Java SDK enhances the functionality of the Telesign Self-service Java SDK, providing access to a broader range of Telesign APIs. See our source code on GitHub (https://github.com/TeleSign/java_telesign_enterprise) for installation instructions and other details.

Group: com.telesign.enterprise Artifact: telesignenterprise
Show documentation Show source 
 

0 downloads
Artifact telesignenterprise
Group com.telesign.enterprise
Version 2.2.3
Last update 25. July 2024
Organization not specified
URL https://github.com/TeleSign/java_telesign_enterprise
License MIT License
Dependencies amount 1
Dependencies telesign,
There are maybe transitive dependencies!

ow2 from group org.ow2 (version 3.0.0)

OW2 is an open source community committed to making available to everyone the best and most reliable open source software, including generic enterprise applications and cloud computing technologies. The mission of OW2 is to i) develop open source code for middleware, generic enterprise applications and cloud computing and ii) to foster a vibrant community and business ecosystem.

Group: org.ow2 Artifact: ow2
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ow2
Group org.ow2
Version 3.0.0
Last update 25. July 2024
Organization OW2
URL https://gitlab.ow2.org/ow2-lifecycle/ow2-parent-pom/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scala-isabelle_2.12 from group de.unruh (version 0.4.3-RC1)

This library allows to control an Isabelle process (https://isabelle.in.tum.de/) from a Scala program. It allows to execute ML code inside the Isabelle process, and to operate on theories, theorems, terms, etc. See the webpage (https://dominique-unruh.github.io/scala-isabelle) for more information.

Group: de.unruh Artifact: scala-isabelle_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala-isabelle_2.12
Group de.unruh
Version 0.4.3-RC1
Last update 10. July 2024
Organization de.unruh
URL https://dominique-unruh.github.io/scala-isabelle
License MIT
Dependencies amount 11
Dependencies scala-library, java-patterns, log4s_2.12, slf4j-simple, commons-io, scalaz-core_2.12, commons-lang3, commons-text, guava, annotations, icu4j,
There are maybe transitive dependencies!

scala-isabelle_2.13 from group de.unruh (version 0.4.3-RC1)

This library allows to control an Isabelle process (https://isabelle.in.tum.de/) from a Scala program. It allows to execute ML code inside the Isabelle process, and to operate on theories, theorems, terms, etc. See the webpage (https://dominique-unruh.github.io/scala-isabelle) for more information.

Group: de.unruh Artifact: scala-isabelle_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala-isabelle_2.13
Group de.unruh
Version 0.4.3-RC1
Last update 10. July 2024
Organization de.unruh
URL https://dominique-unruh.github.io/scala-isabelle
License MIT
Dependencies amount 11
Dependencies scala-library, java-patterns, log4s_2.13, slf4j-simple, commons-io, scalaz-core_2.13, commons-lang3, commons-text, guava, annotations, icu4j,
There are maybe transitive dependencies!

okta-http-okhttp from group com.okta.commons (version 2.0.0)

The Okta HTTP Client OK HTTP implementation .jar is used at runtime to make HTTP calls to Okta's REST API using the OkHttp Client library. This implementation jar should be a runtime dependency only and should NOT be depended on at compile time by your code. The implementations within this jar can change at any time without warning - use it with runtime scope only.

Group: com.okta.commons Artifact: okta-http-okhttp
Show all versions Show documentation Show source 
 

0 downloads
Artifact okta-http-okhttp
Group com.okta.commons
Version 2.0.0
Last update 09. July 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies okta-http-api, okhttp, logging-interceptor,
There are maybe transitive dependencies!

okta-http-httpclient from group com.okta.commons (version 2.0.0)

The Okta Java HTTP Client implementation .jar is used at runtime to make HTTP calls to Okta's REST API using the Apache Http Client library. This implementation jar should be a runtime dependency only and should NOT be depended on at compile time by your code. The implementations within this jar can change at any time without warning - use it with runtime scope only.

Group: com.okta.commons Artifact: okta-http-httpclient
Show all versions Show documentation Show source 
 

0 downloads
Artifact okta-http-httpclient
Group com.okta.commons
Version 2.0.0
Last update 09. July 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies okta-http-api, httpclient, httpmime, jcl-over-slf4j,
There are maybe transitive dependencies!

maven-resources-plugin from group org.apache.maven.plugins (version 4.0.0-beta-1)

The Resources Plugin handles the copying of project resources to the output directory. There are two different kinds of resources: main resources and test resources. The difference is that the main resources are the resources associated with the main source code while the test resources are associated with the test source code. Thus, this allows the separation of resources for the main source code and its unit tests.

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

531 downloads
Artifact maven-resources-plugin
Group org.apache.maven.plugins
Version 4.0.0-beta-1
Last update 26. June 2024
Organization The Apache Software Foundation
URL https://maven.apache.org/plugins/maven-resources-plugin/
License Apache-2.0
Dependencies amount 3
Dependencies maven-filtering, plexus-build-api, maven-plugin-annotations,
There are maybe transitive dependencies!

regurgitator-extensions-web-yml from group uk.emarte.regurgitator (version 0.1.3)

regurgitator is a lightweight, modular, extendable java framework that you configure to 'regurgitate' canned or clever responses to incoming requests; useful for quickly mocking or prototyping services without writing any code. simply configure, deploy and run.

Group: uk.emarte.regurgitator Artifact: regurgitator-extensions-web-yml
Show all versions Show documentation Show source 
 

0 downloads
Artifact regurgitator-extensions-web-yml
Group uk.emarte.regurgitator
Version 0.1.3
Last update 19. June 2024
Organization not specified
URL http://regurgitator.emarte.uk
License MIT License
Dependencies amount 2
Dependencies regurgitator-core-yml, regurgitator-extensions-web-config,
There are maybe transitive dependencies!



Page 1164 from 3 (items total 13138)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy