b

barcodeframework-common

바코드 네트워크의 framework 입니다.
https://github.com/BarcodeNetwork/BarcodeFramework
GPL v3.0
Junhyung Park
Files download
File Operation
barcodeframework-common-1.0.2.jar download
barcodeframework-common-1.0.2.pom download
barcodeframework-common-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vjh0107.barcode</groupId>
  <artifactId>barcodeframework-common</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.vjh0107.barcode:barcodeframework-common:1.0.2'
Gradle Kotlin
implementation("com.vjh0107.barcode:barcodeframework-common:1.0.2")
Scala SBT
libraryDependencies += "com.vjh0107.barcode" % "barcodeframework-common" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.vjh0107.barcode', module='barcodeframework-common', version='1.0.2')
)
Apache Ivy
<dependency org="com.vjh0107.barcode" name="barcodeframework-common" rev="1.0.2" />
Leiningen
[com.vjh0107.barcode/barcodeframework-common "1.0.2"]
Apache Buildr
'com.vjh0107.barcode:barcodeframework-common:jar:1.0.2'