is not current version
Last Version 1.4

com.github.cosycode:bit-data-map 1.1

a way to transfer data in the form of dot-matrix information in pictures(比特数据图片, 一种以图片信息的形式传递数据的方式)

Categories

Categories

Data
GroupId

GroupId

com.github.cosycode
ArtifactId

ArtifactId

bit-data-map
Version

Version

1.1
Type

Type

jar

Download bit-data-map 1.1


<!-- https://jarcasting.com/artifacts/com.github.cosycode/bit-data-map/ -->
<dependency>
    <groupId>com.github.cosycode</groupId>
    <artifactId>bit-data-map</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cosycode/bit-data-map/
implementation 'com.github.cosycode:bit-data-map:1.1'
// https://jarcasting.com/artifacts/com.github.cosycode/bit-data-map/
implementation ("com.github.cosycode:bit-data-map:1.1")
'com.github.cosycode:bit-data-map:jar:1.1'
<dependency org="com.github.cosycode" name="bit-data-map" rev="1.1">
  <artifact name="bit-data-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cosycode', module='bit-data-map', version='1.1')
)
libraryDependencies += "com.github.cosycode" % "bit-data-map" % "1.1"
[com.github.cosycode/bit-data-map "1.1"]