Download JAR files tagged by extra with all dependencies
xjavadoc from group xjavadoc (version 1.1)
73 downloads
Artifact xjavadoc
Group xjavadoc
Version 1.1
Last update 08. November 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group xjavadoc
Version 1.1
Last update 08. November 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
appoptics-agent from group com.appoptics.agent.java (version 6.24.3)
The AppOptics Java instrumentation agent jar file. This artifact provides a convenient way to download the agent jar from public Maven repository. Please take note that this should NOT be included as a part of the project dependencies. Rather, this artifact should be integrated into the build process by using extra step such as the "copy" goal of "maven-dependency-plugin". For more information, please refer to https://docs.appoptics.com/kb/apm_tracing/java/install/#getting-the-agent-jar
Group: com.appoptics.agent.java Artifact: appoptics-agent
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact appoptics-agent
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!
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!
concourse-driver-java from group com.cinchapi (version 0.11.2)
Concourse is a self-tuning database that is designed for both ad hoc analytics and high volume transactions at scale. Developers use Concourse to quickly build mission critical software while also benefiting from real time insight into their most important data. With Concourse, end-to-end data management requires no extra infrastructure, no prior configuration and no additional coding–all of which greatly reduce costs and allow developers to focus on core business problems.
0 downloads
Artifact concourse-driver-java
Group com.cinchapi
Version 0.11.2
Last update 18. March 2022
Organization not specified
URL https://github.com/cinchapi/concourse
License The Apache License
Dependencies amount 14
Dependencies guava, mockito-all, commons-codec, jsr305, slf4j-api, logback-classic, joda-time, libthrift, commons-configuration, accent4j, log4j-over-slf4j, jcl-over-slf4j, gson, ccl,
There are maybe transitive dependencies!
Group com.cinchapi
Version 0.11.2
Last update 18. March 2022
Organization not specified
URL https://github.com/cinchapi/concourse
License The Apache License
Dependencies amount 14
Dependencies guava, mockito-all, commons-codec, jsr305, slf4j-api, logback-classic, joda-time, libthrift, commons-configuration, accent4j, log4j-over-slf4j, jcl-over-slf4j, gson, ccl,
There are maybe transitive dependencies!
osgi.enroute.webconsole.xray.provider from group biz.aQute (version 2.2.0)
0 downloads
version-edit-plugin from group com.soerensen.maven.plugins (version 0.0.1)
This tool allows setting the version number of a specified dependency in a given Maven pom.xml file.
All original comments and formatting will be kept.
Usage example:
mvn com.soerensen.maven.plugins:version-edit-plugin:1.0.1:setDependencyVersion -DpomFile="pom.xml" -Dgavtc="commons-io:commons-io:4.8.0"
mvn com.soerensen.maven.plugins:version-edit-plugin:0.0.1:setPropertyDependencyVersion -DpropertyFile="test.property" -Dkey="junit_junit" -Dvalue="24.0.0"
gavtc -> groupId:artifactId:version:type*:classifier*
* optional
Extra property:
- noBackupFile (default:false), used to ignore the creation of a backup file.
Artifact version-edit-plugin
Group com.soerensen.maven.plugins
Version 0.0.1
Last update 29. April 2019
Organization not specified
URL https://www.soerensen.com
License Apache License, Version 2.0
Dependencies amount 2
Dependencies maven-plugin-api, maven-plugin-annotations,
There are maybe transitive dependencies!
Group com.soerensen.maven.plugins
Version 0.0.1
Last update 29. April 2019
Organization not specified
URL https://www.soerensen.com
License Apache License, Version 2.0
Dependencies amount 2
Dependencies maven-plugin-api, maven-plugin-annotations,
There are maybe transitive dependencies!
osgi.enroute.webconsole.xray.provider from group org.osgi (version 2.1.0)
A plugin for the Apache Felix Webconsole. When installed, this bundle will add a tab on the Web Console that provides a graphic overview of the OSGi framework, including services, bundles, and components. Colors are used to encode the different states. Bundles are shown to be started, stopped, starting, resolved, and installed. Services are shown to be used, looked for, or registered in the air. Components can be seen to be operating or not satisfied. Most objects have a tooltip with extra information and all objects can be clicked upon. Hovering over a bundle or service shows only the conenections to/from the component. The display updates every 5 seconds to provide a continuous view on the operations of the framework it runs on.
Group: org.osgi Artifact: osgi.enroute.webconsole.xray.provider
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact osgi.enroute.webconsole.xray.provider
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jparsec from group jparsec (version 2.0.1)
What is jparsec?
Jparsec is a recursive-desent parser combinator framework written for Java. It constructs parsers in native Java language only.
Why yet another parser framework?
Jparsec stands out for its combinator nature. It is no parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java /C# language, which also means you can utilize all the utilities in the Java/.Net community to get your parser fancy.
What does "jparsec" stand for?
Jparsec is an implementation of Haskell Parsec on the Java platform.
Feature highlights.
operator precendence grammar.
accurate error location and customizable error message.
rich set of pre-defined reusable combinator functions.
declarative API that resembles BNF.
[email protected]
[email protected]
Artifact jparsec
Group jparsec
Version 2.0.1
Last update 10. October 2012
Organization codehaus.org
URL http://jparsec.codehaus.org
License Apache License, Version 2.0 (the "License")
Dependencies amount 3
Dependencies cglib, easymock, junit,
There are maybe transitive dependencies!
Group jparsec
Version 2.0.1
Last update 10. October 2012
Organization codehaus.org
URL http://jparsec.codehaus.org
License Apache License, Version 2.0 (the "License")
Dependencies amount 3
Dependencies cglib, easymock, junit,
There are maybe transitive dependencies!
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
Page 57 from 57 (items total 567)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy