Categories |
CategoriesScience Business Logic Libraries |
---|---|
GroupId | GroupIdspace.kscience |
ArtifactId | ArtifactIdkmath-histograms-jvm |
Version | Version0.2.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/space.kscience/kmath-histograms-jvm/ -->
<dependency>
<groupId>space.kscience</groupId>
<artifactId>kmath-histograms-jvm</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/space.kscience/kmath-histograms-jvm/
implementation 'space.kscience:kmath-histograms-jvm:0.2.0'
// https://jarcasting.com/artifacts/space.kscience/kmath-histograms-jvm/
implementation ("space.kscience:kmath-histograms-jvm:0.2.0")
'space.kscience:kmath-histograms-jvm:pom:0.2.0'
<dependency org="space.kscience" name="kmath-histograms-jvm" rev="0.2.0">
<artifact name="kmath-histograms-jvm" type="pom" />
</dependency>
@Grapes(
@Grab(group='space.kscience', module='kmath-histograms-jvm', version='0.2.0')
)
libraryDependencies += "space.kscience" % "kmath-histograms-jvm" % "0.2.0"
[space.kscience/kmath-histograms-jvm "0.2.0"]