commons-numbers-angle

commons-numbers-angle

Utilities related to the concept of angle.
Files download
File Operation
commons-numbers-angle-1.0.jar download
commons-numbers-angle-1.0.pom download
commons-numbers-angle-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-angle</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-numbers-angle:1.0'
Gradle Kotlin
implementation("org.apache.commons:commons-numbers-angle:1.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-numbers-angle" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-numbers-angle', version='1.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-numbers-angle" rev="1.0" />
Leiningen
[org.apache.commons/commons-numbers-angle "1.0"]
Apache Buildr
'org.apache.commons:commons-numbers-angle:jar:1.0'