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

Download JAR files tagged by media with all dependencies

Search JAR files by class name

media-logging-slf4j from group io.github.sebastian-toepfer.ddd (version 0.6.0)

Group: io.github.sebastian-toepfer.ddd Artifact: media-logging-slf4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact media-logging-slf4j
Group io.github.sebastian-toepfer.ddd
Version 0.6.0
Last update 20. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies media-core, media-logging, slf4j-api,
There are maybe transitive dependencies!

printables-core from group io.github.sebastian-toepfer.ddd (version 0.6.0)

Group: io.github.sebastian-toepfer.ddd Artifact: printables-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact printables-core
Group io.github.sebastian-toepfer.ddd
Version 0.6.0
Last update 20. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies common,
There are maybe transitive dependencies!

device-detector from group io.github.mngsk (version 1.0.10)

The Universal Device Detection library that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models.

Group: io.github.mngsk Artifact: device-detector
Show all versions Show documentation Show source 
 

0 downloads
Artifact device-detector
Group io.github.mngsk
Version 1.0.10
Last update 21. August 2021
Organization not specified
URL https://github.com/mngsk/device-detector
License GNU Lesser General Public License v3.0 or later
Dependencies amount 4
Dependencies jackson-databind, jackson-datatype-jdk8, jackson-dataformat-yaml, maven-artifact,
There are maybe transitive dependencies!

jai-imageio-core from group com.github.jai-imageio (version 1.4.0)

Java Advanced Imaging Image I/O Tools API core, but without the classes involved with javax.media.jai dependencies, JPEG2000 or codecLibJIIO, meaning that this library can be distributed under the modified BSD license and should be GPL compatible.

Group: com.github.jai-imageio Artifact: jai-imageio-core
Show all versions Show documentation Show source 
 

708 downloads
Artifact jai-imageio-core
Group com.github.jai-imageio
Version 1.4.0
Last update 16. April 2018
Organization jai-imageio GitHub group
URL https://github.com/jai-imageio/jai-imageio-core
License BSD 3-clause License w/nuclear disclaimer
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

vader-sentiment-analyzer from group com.github.apanimesh061 (version 1.0)

Java port of Python NLTK Vader Sentiment Analyzer. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.

Group: com.github.apanimesh061 Artifact: vader-sentiment-analyzer
Show documentation Show source 
 

25 downloads
Artifact vader-sentiment-analyzer
Group com.github.apanimesh061
Version 1.0
Last update 06. January 2018
Organization not specified
URL https://github.com/apanimesh061/VaderSentimentJava/blob/master/README.md
License MIT License
Dependencies amount 1
Dependencies commons-lang,
There are maybe transitive dependencies!

jai-imageio-core from group com.cosium.jai-imageio (version 1.3.0.1)

Java Advanced Imaging Image I/O Tools API core, but without the classes involved with javax.media.jai dependencies, JPEG2000 or codecLibJIIO, meaning that this library can be distributed under the modified BSD license and should be GPL compatible.

Group: com.cosium.jai-imageio Artifact: jai-imageio-core
Show documentation Show source 
 

38 downloads
Artifact jai-imageio-core
Group com.cosium.jai-imageio
Version 1.3.0.1
Last update 07. January 2017
Organization Cosium
URL https://github.com/Cosium/jai-imageio-core
License BSD 3-clause License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pms from group github.com.taconaut (version 1.52.2-mlx_0.8)

PS3 Media Server is a cross-platform DLNA-compliant UPnP Media Server. Originally written to support the PlayStation 3, PS3 Media Server has been expanded to support a range of other media renderers, including smartphones, televisions, music players and more.

Group: github.com.taconaut Artifact: pms
Show documentation Show source 
 

0 downloads
Artifact pms
Group github.com.taconaut
Version 1.52.2-mlx_0.8
Last update 27. April 2012
Organization PS3 Media Server
URL http://www.ps3mediaserver.org/
License GNU General Public License version 2
Dependencies amount 31
Dependencies jtmdb, bsh-core, commons-codec, commons-collections, commons-configuration, commons-httpclient, commons-io, commons-lang, h2, logback-classic, logback-core, maven-artifact, sanselan, slf4j-api, jcl-over-slf4j, gson, hamcrest-integration, netty, maven-nsis-plugin, rome, winp, jaudiotagger, jna, binding, jcalendar, common, forms, looks, java-unrar, cuelib, mediautil,
There are maybe transitive dependencies!

j2mvc-framework-web from group com.j2mvc (version 2.1.39)

强烈建议使用J2mvc 2.1以后的版本。 version 2.1.01 1.优化路径跳转,Servlet和Filter方式的路径设置 2.优化内存销毁 3.更换JSON依赖包 4.优化接收方法RequestMethod,封装不同ContentType格式提交 封装JSON,XML数据提交模块 JSON请求示例 { "id":"JSON134851", "title":"JSON提交的标题", "price":65.1, "stock":100 } XML请求示例 <!DOCTYPE root [ <!ELEMENT root ANY> <!ATTLIST Product SSN ID #REQUIRED>]> <root> <Product SSN='id'>XMLID12354</Product> <Product SSN='title'>XML提交的标题 </Product> <Product SSN='price'>55 </Product> <Product SSN='stock'>32 </Product> </root> version 2.1.02 1.解决URL无后缀情况无法加载静态资源,解决无法渲染CSS文件。 version 2.1.03 1.移除com.j2mvc.StringUtils.getUtf8()方法调用 更改为getCharset() version 2.1.04 1.去除Servlet和Filter的全局变量销毁,只交给Listener处理。 version 2.1.05,2.1.06,2.1.07 1.完善POST提交的JSON数据 支持接收基础数据类型、任意对象类型、任意数组类型。 不支持接收参数为集合类型或Map类型,但可以定义为接收对象类型的元素。 version 2.1.05,2.1.06,2.1.07 1.修改连接池变量 version 2.1.09 增加上传功能,修改RequestMethod,ContentType设置方式 version 2.1.10,2.1.11 更改上传文件名格式为UUID格式,移除JSON映射类,更改接收多文件上传。 version 2.1.12 删除文件列有的空对象 version 2.1.13 增加配置文件目录/conf,加载上传功能配置/conf/upload.properties version 2.1.18 拦截器也能获取ActionBean version 2.1.20 添加上传文件只读权限 version 2.1.21 支持同时接收文件和文本数据 version 2.1.22 增加文件接收类型media version 2.1.23 删除upload类printJson方法 version 2.1.25 添加输入流方式上传及数据库存储(BLOB) version 2.1.27 添加输入流方式至fileList version 2.1.38 添加formdata接收方式

Group: com.j2mvc Artifact: j2mvc-framework-web
Show all versions Show documentation Show source 
 

0 downloads
Artifact j2mvc-framework-web
Group com.j2mvc
Version 2.1.39
Last update 29. December 2021
Organization not specified
URL http://www.j2mvc.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bluemarine2 from group it.tidalwave.bluemarine2 (version 1.1-ALPHA-1)

blueMarine II is a media centre based on a semantic database. It is developed on Java 11 and Java FX. It exposes resources via DLNA and REST; it can run on a Raspberry PI and integrated with CEC for being operated with a TV remote. Still at the alpha stage of development, it can be used with some hack to reproduce audio files. The project website is at [http://bluemarine.tidalwave.it](http://bluemarine.tidalwave.it); the developer website is at [http://tidalwave.it/projects/bluemarine2](http://tidalwave.it/projects/bluemarine2).

Group: it.tidalwave.bluemarine2 Artifact: bluemarine2
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bluemarine2
Group it.tidalwave.bluemarine2
Version 1.1-ALPHA-1
Last update 09. April 2021
Organization not specified
URL http://blueMarine.tidalwave.it
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mmbase-parent from group org.mmbase (version 2.0.1)

MMBase is a Web Content Management System with strong multi media features. MMBase has a large installed base in The Netherlands, and is used by major Dutch broadcasters, publishers, educational institutes, national and local governments. MMBase is written in Java, it is Open Source Software (MPL) and all standards used are as 'open' as possible. The system can be used with all major operating systems, webservers and databases.

Group: org.mmbase Artifact: mmbase-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mmbase-parent
Group org.mmbase
Version 2.0.1
Last update 08. August 2019
Organization MMBase.org
URL http://www.mmbase.org/
License Mozilla 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 97 from 98 (items total 980)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy