is not current version
Last Version 1.4

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

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.3
Type

Type

jar

Download bit-data-map 1.3


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