r

resistor-calculator

Java library to calculate resistor values and their use in circuits
https://github.com/FDelporte/ResistorCalculator
The Apache Software License, Version 2.0
Frank Delporte
Files download
File Operation
resistor-calculator-0.1.4.jar download
resistor-calculator-0.1.4.pom download
resistor-calculator-0.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>be.webtechie</groupId>
  <artifactId>resistor-calculator</artifactId>
  <version>0.1.4</version>
</dependency>
Gradle Groovy
implementation 'be.webtechie:resistor-calculator:0.1.4'
Gradle Kotlin
implementation("be.webtechie:resistor-calculator:0.1.4")
Scala SBT
libraryDependencies += "be.webtechie" % "resistor-calculator" % "0.1.4"
Groovy Grape
@Grapes(
  @Grab(group='be.webtechie', module='resistor-calculator', version='0.1.4')
)
Apache Ivy
<dependency org="be.webtechie" name="resistor-calculator" rev="0.1.4" />
Leiningen
[be.webtechie/resistor-calculator "0.1.4"]
Apache Buildr
'be.webtechie:resistor-calculator:jar:0.1.4'