Download JAR files tagged by files with all dependencies
jave-native-linux32 from group ws.schild (version 2.4.6)
The JAVE (Java Audio Video Encoder) library is Java wrapper on the
ffmpeg project. Developers can take take advantage of JAVE2 to transcode
audio and video files from a format to another. In example you can transcode
an AVI file to a MPEG one, you can change a DivX video stream into a
(youtube like) Flash FLV one, you can convert a WAV audio file to a MP3 or
a Ogg Vorbis one, you can separate and transcode audio and video tracks,
you can resize videos, changing their sizes and proportions and so on.
Many other formats, containers and operations are supported by JAVE2.
Artifact jave-native-linux32
Group ws.schild
Version 2.4.6
Last update 04. March 2019
Organization not specified
URL https://github.com/a-schild/jave2
License GPL-v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group ws.schild
Version 2.4.6
Last update 04. March 2019
Organization not specified
URL https://github.com/a-schild/jave2
License GPL-v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
beigesoft-settings from group org.beigesoft (version 1.1.8)
It helps to quickly make settings for class and its fields of with properties XML.
Instead of create a lot of files to describe every class and its fields it use describing by type, by name.
E.g. setting "java.lang.Integer"-"INTEGER NOT NULL" will be assigned for every field of this type.
Of course it can be overridden by settings for field name and so on.
It is used by beige-web to describe how to render an entity and convert from HTML value.
It is used by beige-orm to describe how to map an entity to a DBMS.
It make simple settings - Map<String, String>, e.g. "title"-"Beige ORM 1.1",
class settings Map<String, Map<String, String>>,
e.g. "org.model.Customer"-["defaultOrder"-"ITSNAME", "wdgFilterOrder"-"filterOrderStd"],
fields settings Map<String, Map<String, Map<String, String>>>,
e.g. "org.model.Customer"-["itsId"["wdgNew"-"null", "wdgFilter"-"filterNumber"]]
1 downloads
Artifact beigesoft-settings
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-bcommon,
There are maybe transitive dependencies!
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-bcommon,
There are maybe transitive dependencies!
json from group com.jwebmp.jre11 (version 0.63.0.19)
JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL.
This is a reference implementation. There is a large number of JSON packages
in Java. Perhaps someday the Java community will standardize on one. Until
then, choose carefully.
The license includes this restriction: "The software shall be used for good,
not evil." If your conscience cannot live with that, then choose a different
package.
Artifact json
Group com.jwebmp.jre11
Version 0.63.0.19
Last update 20. December 2018
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.jwebmp.jre11
Version 0.63.0.19
Last update 20. December 2018
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
tagsoup from group com.github.fansu.tagsoup (version 1.0.5)
1 downloads
Artifact tagsoup
Group com.github.fansu.tagsoup
Version 1.0.5
Last update 07. November 2018
Organization not specified
URL http://home.ccil.org/~cowan/XML/tagsoup/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.fansu.tagsoup
Version 1.0.5
Last update 07. November 2018
Organization not specified
URL http://home.ccil.org/~cowan/XML/tagsoup/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
imagej-maven-plugin from group net.imagej (version 0.7.1)
A plugin helping with installing ImageJ 1.x plugins and dependencies. In ImageJ 1.x, .jar files containing an underscore are automatically scanned for classes whose names contain underscores. Every such class is considered to be a plugin. That is not true, however, for jai_codec.jar's classes. Therefore, Fiji introduced the split between plugins/ and jars/, where third-party libraries are expected to live in jars/. ImageJ2 uses the same structure since it is backwards compatible.
0 downloads
Artifact imagej-maven-plugin
Group net.imagej
Version 0.7.1
Last update 11. September 2018
Organization ImageJ
URL http://imagej.net/ImageJ_Maven_plugin
License Simplified BSD License
Dependencies amount 11
Dependencies maven-artifact, maven-compat, maven-core, maven-model, maven-plugin-api, maven-plugin-annotations, maven-artifact-transfer, maven-common-artifact-filters, plexus-interpolation, plexus-utils, scijava-common,
There are maybe transitive dependencies!
Group net.imagej
Version 0.7.1
Last update 11. September 2018
Organization ImageJ
URL http://imagej.net/ImageJ_Maven_plugin
License Simplified BSD License
Dependencies amount 11
Dependencies maven-artifact, maven-compat, maven-core, maven-model, maven-plugin-api, maven-plugin-annotations, maven-artifact-transfer, maven-common-artifact-filters, plexus-interpolation, plexus-utils, scijava-common,
There are maybe transitive dependencies!
sshapi-libssh from group com.sshtools (version 1.1.2)
libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details.
This is the SSHAPI provider bridge for libssh, and uses JNA.
Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html.
This library is deployed to SSHTools own Maven repository.
1 downloads
Artifact sshapi-libssh
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, jna, jnaerator-runtime,
There are maybe transitive dependencies!
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, jna, jnaerator-runtime,
There are maybe transitive dependencies!
pmd-build-tools-plugin from group net.sourceforge.pmd (version 1.2)
This small subproject regroup most of the stuff needed to build pmd.
As some java code has been produced to reduce the use of scripts when
generating the website, the build also requires a small jar, which is
generated by this pom.
IMPORTANT NOTE: the pmd-build.jar does not need to be recompile if you
modify any ant or xslt files. You can alter the files that are in the
xslt directory and directly uses the appropriate ant or java task.
pmd-build should be recompiled and package (and its version incrememented)
only if you modify the java code.
Group: net.sourceforge.pmd Artifact: pmd-build-tools-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact pmd-build-tools-plugin
Group net.sourceforge.pmd
Version 1.2
Last update 24. June 2018
Organization not specified
URL http://pmd.sourceforge.net/
License BSD-style
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!
Group net.sourceforge.pmd
Version 1.2
Last update 24. June 2018
Organization not specified
URL http://pmd.sourceforge.net/
License BSD-style
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!
graal-coverage from group fr.lirmm.graphik (version 1.3.1)
Artifact graal-coverage
Group fr.lirmm.graphik
Version 1.3.1
Last update 15. March 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.jacoco.ant,
There are maybe transitive dependencies!
Group fr.lirmm.graphik
Version 1.3.1
Last update 15. March 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.jacoco.ant,
There are maybe transitive dependencies!
graal-test from group fr.lirmm.graphik (version 1.3.1)
Artifact graal-test
Group fr.lirmm.graphik
Version 1.3.1
Last update 15. March 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group fr.lirmm.graphik
Version 1.3.1
Last update 15. March 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
graal-store-rdf4j from group fr.lirmm.graphik (version 1.3.1)
1 downloads
Artifact graal-store-rdf4j
Group fr.lirmm.graphik
Version 1.3.1
Last update 15. March 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies graal-core, graal-io-sparql, rdf4j-common, rdf4j-model, rdf4j-util, rdf4j-query, rdf4j-repository-api, rdf4j-repository-sparql, rdf4j-sail-memory, rdf4j-repository-sail, rdf4j-rio-turtle, commons-logging,
There are maybe transitive dependencies!
Group fr.lirmm.graphik
Version 1.3.1
Last update 15. March 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies graal-core, graal-io-sparql, rdf4j-common, rdf4j-model, rdf4j-util, rdf4j-query, rdf4j-repository-api, rdf4j-repository-sparql, rdf4j-sail-memory, rdf4j-repository-sail, rdf4j-rio-turtle, commons-logging,
There are maybe transitive dependencies!
Page 531 from 3 (items total 5469)