b

bined-highlight-swing

Library with Support for Highlighting in Hexadecimal Component
https://bined.exbin.org/library
Apache License, Version 2.0
Miroslav Hajda
Files download
File Operation
bined-highlight-swing-0.2.0.jar download
bined-highlight-swing-0.2.0.pom download
bined-highlight-swing-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.exbin.bined</groupId>
  <artifactId>bined-highlight-swing</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.exbin.bined:bined-highlight-swing:0.2.0'
Gradle Kotlin
implementation("org.exbin.bined:bined-highlight-swing:0.2.0")
Scala SBT
libraryDependencies += "org.exbin.bined" % "bined-highlight-swing" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.exbin.bined', module='bined-highlight-swing', version='0.2.0')
)
Apache Ivy
<dependency org="org.exbin.bined" name="bined-highlight-swing" rev="0.2.0" />
Leiningen
[org.exbin.bined/bined-highlight-swing "0.2.0"]
Apache Buildr
'org.exbin.bined:bined-highlight-swing:jar:0.2.0'