j

jsr-275

The version 1.0 is not official yet and points to the latest draft release.
Files download
File Operation
jsr-275-1.0.0.jar download
jsr-275-1.0.0.pom download
jsr-275-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.measure</groupId>
  <artifactId>jsr-275</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'javax.measure:jsr-275:1.0.0'
Gradle Kotlin
implementation("javax.measure:jsr-275:1.0.0")
Scala SBT
libraryDependencies += "javax.measure" % "jsr-275" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='javax.measure', module='jsr-275', version='1.0.0')
)
Apache Ivy
<dependency org="javax.measure" name="jsr-275" rev="1.0.0" />
Leiningen
[javax.measure/jsr-275 "1.0.0"]
Apache Buildr
'javax.measure:jsr-275:jar:1.0.0'
Dependencies
The project has no third-party dependencies