License |
License |
---|---|
GroupId | GroupIddk.alexandra.fresco |
ArtifactId | ArtifactIddebug |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionA FRamework for Efficient and Secure COmputation. This is the parent pom for making the sub
modules.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
debug-1.3.0.pom | |
debug-1.3.0.jar | 11 KB |
debug-1.3.0-tests.jar | 13 KB |
debug-1.3.0-sources.jar | 7 KB |
debug-1.3.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.alexandra.fresco/debug/ -->
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>debug</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/dk.alexandra.fresco/debug/
implementation 'dk.alexandra.fresco:debug:1.3.0'
// https://jarcasting.com/artifacts/dk.alexandra.fresco/debug/
implementation ("dk.alexandra.fresco:debug:1.3.0")
'dk.alexandra.fresco:debug:jar:1.3.0'
<dependency org="dk.alexandra.fresco" name="debug" rev="1.3.0">
<artifact name="debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.alexandra.fresco', module='debug', version='1.3.0')
)
libraryDependencies += "dk.alexandra.fresco" % "debug" % "1.3.0"
[dk.alexandra.fresco/debug "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
dk.alexandra.fresco : core | jar | 1.3.0 |
dk.alexandra.fresco : common | jar | 1.3.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
dk.alexandra.fresco : core | test-jar | 1.3.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |