Files download
File Operation
simpleds-1.0_RC1.jar download
simpleds-1.0_RC1.pom download
simpleds-1.0_RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.extrema-sistemas</groupId>
  <artifactId>simpleds</artifactId>
  <version>1.0_RC1</version>
</dependency>
Gradle Groovy
implementation 'org.extrema-sistemas:simpleds:1.0_RC1'
Gradle Kotlin
implementation("org.extrema-sistemas:simpleds:1.0_RC1")
Scala SBT
libraryDependencies += "org.extrema-sistemas" % "simpleds" % "1.0_RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.extrema-sistemas', module='simpleds', version='1.0_RC1')
)
Apache Ivy
<dependency org="org.extrema-sistemas" name="simpleds" rev="1.0_RC1" />
Leiningen
[org.extrema-sistemas/simpleds "1.0_RC1"]
Apache Buildr
'org.extrema-sistemas:simpleds:jar:1.0_RC1'