Download JAR files tagged by java with all dependencies
cloudinary-account-provisioning from group com.cloudinary.account.provisioning (version 0.0.3)
Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your websites graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.
Group: com.cloudinary.account.provisioning Artifact: cloudinary-account-provisioning
Show documentation Show source
Show documentation Show source
0 downloads
Artifact cloudinary-account-provisioning
Group com.cloudinary.account.provisioning
Version 0.0.3
Last update 26. March 2024
Organization not specified
URL https://github.com/cloudinary/account-provisioning-java
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.cloudinary.account.provisioning
Version 0.0.3
Last update 26. March 2024
Organization not specified
URL https://github.com/cloudinary/account-provisioning-java
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
pax-jdbc-itest from group org.ops4j.pax.jdbc (version 1.5.7)
To run all integration tests, you need to set up all the databases:
1) Derby:
$ export DERBY_HOME=/path/to/db-derby-10.14.2.0-bin
$ cd $DERBY_HOME
$ mkdir databases; cd databases
$ java -jar $DERBY_HOME/lib/derbyrun.jar server start
2) MS SQL Server (for official and jtds drivers):
$ podman run -itd --name pax.jdbc.sqlserver -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=PaxJdbc!(*67' -e 'MSSQL_PID=Express' \
-p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest
3) MariaDB:
$ podman run --name pax.jdbc.mariadb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mariadb
4) MySQL:
$ podman run --name pax.jdbc.mysql -p 3307:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mysql
5) PostgreSQL:
$ podman run --name pax.jdbc.postgresql -e POSTGRES_USER=paxjdbc -e POSTGRES_PASSWORD=paxjdbc -p 5432:5432 -d postgres:latest
6) Oracle (a bit unofficial):
$ podman run -itd --name pax.jdbc.oracle -p 1521:1521 --privileged=true oracleinanutshell/oracle-xe-11g
Artifact pax-jdbc-itest
Group org.ops4j.pax.jdbc
Version 1.5.7
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies org.apache.felix.configadmin, org.apache.aries.util, org.apache.aries.transaction.manager, derby, derbynet, derbyclient, org.apache.servicemix.bundles.jasypt, org.apache.servicemix.bundles.cglib, org.apache.servicemix.bundles.c3p0,
There are maybe transitive dependencies!
Group org.ops4j.pax.jdbc
Version 1.5.7
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies org.apache.felix.configadmin, org.apache.aries.util, org.apache.aries.transaction.manager, derby, derbynet, derbyclient, org.apache.servicemix.bundles.jasypt, org.apache.servicemix.bundles.cglib, org.apache.servicemix.bundles.c3p0,
There are maybe transitive dependencies!
json-smart-action from group net.minidev (version 2.5.1)
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
11 downloads
Artifact json-smart-action
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies json-smart,
There are maybe transitive dependencies!
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies json-smart,
There are maybe transitive dependencies!
json-smart from group net.minidev (version 2.5.1)
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
1181 downloads
Artifact json-smart
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!
autograding-github-action from group edu.hm.hafner (version 3.16.0)
Group: edu.hm.hafner Artifact: autograding-github-action
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact autograding-github-action
Group edu.hm.hafner
Version 3.16.0
Last update 29. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies autograding-model, github-api,
There are maybe transitive dependencies!
Group edu.hm.hafner
Version 3.16.0
Last update 29. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies autograding-model, github-api,
There are maybe transitive dependencies!
generator from group org.jaxsb (version 3.0.0)
The JAX-SB Generator is a comprehensive framework to facilitate the use of XML in software languages such as Java. This framework
intends to provide tools that will allow a developer to easily integrate XML interoperability, bind XML Schemas,
and analyze XML Schemas for use with any software. Currently there is only one language and one application
that is supported: XML Binding in Java. Next on the agenda is the development of analysis tools for XML Schema Documents.
For instance, imagine a tool that will allow you to determine whether an XSD complies to best-practices. This tool
will: 1) produce warnings for structures that do not comply to best-practices, 2) tell the developer whether the logical
structure can be transformed linearly to a form that complies to best-practices, and 3) to automatically produce an XSD
that maintains the logical structure of the original document but now fully complies to best-practices. This is just one of many
tools that will be available shortly. In the meantime, check out the binding application.
Artifact generator
Group org.jaxsb
Version 3.0.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies google-java-format, guava, io, jci, runtime,
There are maybe transitive dependencies!
Group org.jaxsb
Version 3.0.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies google-java-format, guava, io, jci, runtime,
There are maybe transitive dependencies!
jave-nativebin-win64 from group ws.schild (version 3.5.0)
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-nativebin-win64
Group ws.schild
Version 3.5.0
Last update 15. February 2024
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 3.5.0
Last update 15. February 2024
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!
jave-nativebin-win32 from group ws.schild (version 3.5.0)
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-nativebin-win32
Group ws.schild
Version 3.5.0
Last update 15. February 2024
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 3.5.0
Last update 15. February 2024
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!
jave-nativebin-osx64 from group ws.schild (version 3.5.0)
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-nativebin-osx64
Group ws.schild
Version 3.5.0
Last update 15. February 2024
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 3.5.0
Last update 15. February 2024
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!
jave-nativebin-osxm1 from group ws.schild (version 3.5.0)
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-nativebin-osxm1
Group ws.schild
Version 3.5.0
Last update 15. February 2024
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 3.5.0
Last update 15. February 2024
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!
Page 6066 from 3 (items total 61278)