Experimental high performance image utilities for Java. For example, getting the size of an image with as little data read from a file as possible.
| License |
License |
|---|---|
| GroupId | GroupIdcom.fizzed |
| ArtifactId | ArtifactIdmediaj-core |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmediaj-core
Parent pom for all Fizzed maven projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mediaj-core-0.0.1.pom | |
| mediaj-core-0.0.1.jar | 9 KB |
| mediaj-core-0.0.1-sources.jar | 7 KB |
| mediaj-core-0.0.1-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fizzed/mediaj-core/ -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>mediaj-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/mediaj-core/
implementation 'com.fizzed:mediaj-core:0.0.1'
// https://jarcasting.com/artifacts/com.fizzed/mediaj-core/
implementation ("com.fizzed:mediaj-core:0.0.1")
'com.fizzed:mediaj-core:jar:0.0.1'
<dependency org="com.fizzed" name="mediaj-core" rev="0.0.1">
<artifact name="mediaj-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='mediaj-core', version='0.0.1')
)
libraryDependencies += "com.fizzed" % "mediaj-core" % "0.0.1"
[com.fizzed/mediaj-core "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fizzed : crux-util | jar | 1.0.13 |
| com.fizzed : crux-mediatype | jar | 1.0.13 |
| org.mockito : mockito-core | jar | 2.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| commons-io : commons-io | jar | 2.6 |
Experimental high performance image utilities for Java. For example, getting the size of an image with as little data read from a file as possible.
| Version |
|---|
|
0.0.1
|