License |
License |
---|---|
GroupId | GroupIddk.alexandra.fresco |
ArtifactId | ArtifactIdstat |
Version | Version0.4 |
Type | Typejar |
Description |
DescriptionFRESCO-stat
Library for secure statistics and linear algebra on data divided among multiple parties without
sharing the data with the other parties.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stat-0.4.pom | |
stat-0.4.jar | 307 KB |
stat-0.4-sources.jar | 125 KB |
stat-0.4-javadoc.jar | 926 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.alexandra.fresco/stat/ -->
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>stat</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/dk.alexandra.fresco/stat/
implementation 'dk.alexandra.fresco:stat:0.4'
// https://jarcasting.com/artifacts/dk.alexandra.fresco/stat/
implementation ("dk.alexandra.fresco:stat:0.4")
'dk.alexandra.fresco:stat:jar:0.4'
<dependency org="dk.alexandra.fresco" name="stat" rev="0.4">
<artifact name="stat" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.alexandra.fresco', module='stat', version='0.4')
)
libraryDependencies += "dk.alexandra.fresco" % "stat" % "0.4"
[dk.alexandra.fresco/stat "0.4"]
Group / Artifact | Type | Version |
---|---|---|
dk.alexandra.fresco : core | jar | 1.3.3 |
dk.alexandra.fresco : mimc | jar | 1.3.3 |
dk.alexandra.fresco : fixed | jar | 1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.7.7 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
org.hamcrest : hamcrest | jar | 2.2 |
dk.alexandra.fresco : core | test-jar | 1.3.3 |