Download JAR files tagged by whatsoever with all dependencies
surefire-shadefire from group org.apache.maven.surefire (version 3.5.0)
A super-shaded junit3 provider that is used by surefire to build itself,
that basically has ALL classes relocated to facilitate no API-conflict whatsoever with ourself.
The only remaining point of conflict is around the booter properties file format.
2 downloads
Artifact surefire-shadefire
Group org.apache.maven.surefire
Version 3.5.0
Last update 22. August 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.apache.maven.surefire
Version 3.5.0
Last update 22. August 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
tesla-api-client from group de.chiflux (version 1.0.9)
This library provides a simplified API access to the unofficial
JSON API as used by Tesla's iOS and Android apps.
It offers very limited functionality to monitor SOC and control
charging of Tesla vehicles.
Currently, Models S, 3, X, Y should work.
Disclaimer:
There is no guaranty for functionality or whatsoever.
Use it at your own risk!
0 downloads
Artifact tesla-api-client
Group de.chiflux
Version 1.0.9
Last update 20. November 2023
Organization not specified
URL https://github.com/chiflux/tesla-api-client
License MIT License
Dependencies amount 2
Dependencies chiflux-utils, jackson-databind,
There are maybe transitive dependencies!
Group de.chiflux
Version 1.0.9
Last update 20. November 2023
Organization not specified
URL https://github.com/chiflux/tesla-api-client
License MIT License
Dependencies amount 2
Dependencies chiflux-utils, jackson-databind,
There are maybe transitive dependencies!
jencks from group jencks (version 1.1.3)
The code consists of example POJOs which should be usable inside a JMS container.
i.e. there are no API dependencies on the container whatnosever.
Its pretty easy to write useful Message POJOs without any API dependencies whatsoever.
There's also a couple of helper classes you can use to provide some JMS helper methods.
0 downloads
Artifact jencks
Group jencks
Version 1.1.3
Last update 28. January 2008
Organization LogicBlaze, Inc.
URL http://www.jencks.org/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group jencks
Version 1.1.3
Last update 28. January 2008
Organization LogicBlaze, Inc.
URL http://www.jencks.org/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jencks-all from group jencks (version 1.1.3)
The code consists of example POJOs which should be usable inside a JMS container.
i.e. there are no API dependencies on the container whatnosever.
Its pretty easy to write useful Message POJOs without any API dependencies whatsoever.
There's also a couple of helper classes you can use to provide some JMS helper methods.
0 downloads
Artifact jencks-all
Group jencks
Version 1.1.3
Last update 08. March 2006
Organization LogicBlaze, Inc.
URL http://www.jencks.org/
License not specified
Dependencies amount 28
Dependencies jencks, geronimo-spec-j2ee-connector, geronimo-spec-jms, geronimo-spec-jta, geronimo-spec-j2ee-management, geronimo-spec-servlet, mx4j, geronimo-connector, geronimo-transaction, tranql-connector, xapool-without-pool, concurrent, commons-logging, spring, aopalliance, hsqldb, spring-mock, activemq-core, activemq-ra, activeio, commons-pool, commons-dbcp, commons-collections, axion, commons-primitives, regexp, genericra, log4j,
There are maybe transitive dependencies!
Group jencks
Version 1.1.3
Last update 08. March 2006
Organization LogicBlaze, Inc.
URL http://www.jencks.org/
License not specified
Dependencies amount 28
Dependencies jencks, geronimo-spec-j2ee-connector, geronimo-spec-jms, geronimo-spec-jta, geronimo-spec-j2ee-management, geronimo-spec-servlet, mx4j, geronimo-connector, geronimo-transaction, tranql-connector, xapool-without-pool, concurrent, commons-logging, spring, aopalliance, hsqldb, spring-mock, activemq-core, activemq-ra, activeio, commons-pool, commons-dbcp, commons-collections, axion, commons-primitives, regexp, genericra, log4j,
There are maybe transitive dependencies!
maj from group io.github.tallencewassimakachi (version 1.0.0)
The MAJ API was written by Richard Cartwright, with the help and support
of Guillaume Belrose and Fang Ren. To contact the author, please raise
an issue. The software is provided AS IS with no warranty whatsoever.
The MAJ API (pronounced madge) is a pure Java API for creating, reading,
manipulating and writing MXF (SMPTE ST 377), AAF structured storage and
Reg-XML (SMPTE ST 2001) files. MXF files are commonly used as a container
for professional media file formats and AAF is supported by a number of
professional video editing packages. MXF and Reg-XML are used as part of
the Interoperable Mastering Format suite of specifications.
Artifact maj
Group io.github.tallencewassimakachi
Version 1.0.0
Last update 10. May 2019
Organization not specified
URL https://github.com/TallenceWassimAkachi/maj
License Apache License 2.0
Dependencies amount 2
Dependencies slf4j-api, poi,
There are maybe transitive dependencies!
Group io.github.tallencewassimakachi
Version 1.0.0
Last update 10. May 2019
Organization not specified
URL https://github.com/TallenceWassimAkachi/maj
License Apache License 2.0
Dependencies amount 2
Dependencies slf4j-api, poi,
There are maybe transitive dependencies!
alphatier from group io.alphatier (version 0.3.0)
Alphatier is a resource management library. It is designed to allow different
schedulers to share the resources of a pool of executors in order to execute
tasks with those.
Read the [detailed documentation](#io.alphatier.pools) below to get an in-depth
understanding.
## License
Copyright © 2014 [Tobias Sarnowski](mailto:[email protected]),
[Willi Schönborn](mailto:[email protected])
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
## Usage
The library is written in [Clojure](http://clojure.org/) and is available in the
[central Maven repository](https://repo1.maven.org/maven2/io/alphatier/alphatier/):
<dependency>
<groupId>io.alphatier</groupId>
<artifactId>alphatier</artifactId>
<version>0.3.0</version>
</dependency>
The library is written in pure Clojure without [ahead-of-time compilation](http://clojure.org/compilation).
This means, that the library does not contain any *.class files. If you work with
Clojure, this is not a problem but if you like to use the library from another
JVM language (like Java, Scala or Groovy), you can use
[Clojure's built-in tools](http://clojure.org/java_interop#Java%20Interop-Calling%20Clojure%20From%20Java)
for interoperability or try our Java library:
[https://github.com/sarnowski/alphatier-java](https://github.com/sarnowski/alphatier-java)
### Development
If you like to change this library, please have a look at the [README](README.md). Development is done via
[Github](https://github.com/sarnowski/alphatier).
Artifact alphatier
Group io.alphatier
Version 0.3.0
Last update 16. October 2014
Organization not specified
URL http://alphatier.io
License ISC License
Dependencies amount 3
Dependencies clojure, core.incubator, core.typed,
There are maybe transitive dependencies!
Group io.alphatier
Version 0.3.0
Last update 16. October 2014
Organization not specified
URL http://alphatier.io
License ISC License
Dependencies amount 3
Dependencies clojure, core.incubator, core.typed,
There are maybe transitive dependencies!
Page 1 from 1 (items total 6)