s

seltzer-util

A Utility project for Seltzer. This project contains utilities such as a send/receive method and a command factory. This project is OSGi compatible.
http://seltzer.tech
MIT License
Caleb Hall
Files download
File Operation
seltzer-util-1.2.0.jar download
seltzer-util-1.2.0.pom download
seltzer-util-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.seltzer</groupId>
  <artifactId>seltzer-util</artifactId>
  <version>1.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'tech.seltzer:seltzer-util:1.2.0'
Gradle Kotlin
implementation("tech.seltzer:seltzer-util:1.2.0")
Scala SBT
libraryDependencies += "tech.seltzer" % "seltzer-util" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.seltzer', module='seltzer-util', version='1.2.0')
)
Apache Ivy
<dependency org="tech.seltzer" name="seltzer-util" rev="1.2.0" />
Leiningen
[tech.seltzer/seltzer-util "1.2.0"]
Apache Buildr
'tech.seltzer:seltzer-util:jar:1.2.0'