License |
License |
---|---|
GroupId | GroupIdcom.github.nayuki |
ArtifactId | ArtifactIdBMP-IO |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBMP I/O
A bmp creation library that will create BMP image files including header based on raw byte array data.
|
Project URL |
Project URL |
Filename | Size |
---|---|
BMP-IO-1.0.pom | |
BMP-IO-1.0.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nayuki/BMP-IO/ -->
<dependency>
<groupId>com.github.nayuki</groupId>
<artifactId>BMP-IO</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nayuki/BMP-IO/
implementation 'com.github.nayuki:BMP-IO:1.0'
// https://jarcasting.com/artifacts/com.github.nayuki/BMP-IO/
implementation ("com.github.nayuki:BMP-IO:1.0")
'com.github.nayuki:BMP-IO:jar:1.0'
<dependency org="com.github.nayuki" name="BMP-IO" rev="1.0">
<artifact name="BMP-IO" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nayuki', module='BMP-IO', version='1.0')
)
libraryDependencies += "com.github.nayuki" % "BMP-IO" % "1.0"
[com.github.nayuki/BMP-IO "1.0"]