p

photoNet

A library for controlling CBD-Tech based MSLA printers other the network
https://www.sg-o.de
Apache License, Version 2.0
Joerg Bayer
Files download
File Operation
photoNet-0.13.jar download
photoNet-0.13.pom download
photoNet-0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>de.sg-o.lib</groupId>
  <artifactId>photoNet</artifactId>
  <version>0.13</version>
</dependency>
Gradle Groovy
implementation 'de.sg-o.lib:photoNet:0.13'
Gradle Kotlin
implementation("de.sg-o.lib:photoNet:0.13")
Scala SBT
libraryDependencies += "de.sg-o.lib" % "photoNet" % "0.13"
Groovy Grape
@Grapes(
  @Grab(group='de.sg-o.lib', module='photoNet', version='0.13')
)
Apache Ivy
<dependency org="de.sg-o.lib" name="photoNet" rev="0.13" />
Leiningen
[de.sg-o.lib/photoNet "0.13"]
Apache Buildr
'de.sg-o.lib:photoNet:jar:0.13'