All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by common with all dependencies

Search JAR files by class name

carp.deployments.core-jvm from group dk.cachet.carp.deployments (version 1.2.1)

A domain model and application services to handle common concerns to 'running' a study. A deployment is responsible for managing registration of participant consent, tracking device connection issues, assessing data quality, and negotiating the connection between separate devices.

Group: dk.cachet.carp.deployments Artifact: carp.deployments.core-jvm
Show all versions Show documentation Show source 
 

0 downloads
Artifact carp.deployments.core-jvm
Group dk.cachet.carp.deployments
Version 1.2.1
Last update 16. April 2024
Organization not specified
URL https://github.com/cph-cachet/carp.core-kotlin
License MIT License
Dependencies amount 4
Dependencies kotlinx-datetime-jvm, carp.common-jvm, carp.protocols.core-jvm, kotlin-stdlib,
There are maybe transitive dependencies!

carp.deployments.core-js from group dk.cachet.carp.deployments (version 1.2.1)

A domain model and application services to handle common concerns to 'running' a study. A deployment is responsible for managing registration of participant consent, tracking device connection issues, assessing data quality, and negotiating the connection between separate devices.

Group: dk.cachet.carp.deployments Artifact: carp.deployments.core-js
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact carp.deployments.core-js
Group dk.cachet.carp.deployments
Version 1.2.1
Last update 16. April 2024
Organization not specified
URL https://github.com/cph-cachet/carp.core-kotlin
License MIT License
Dependencies amount 5
Dependencies kotlin-dom-api-compat, kotlinx-datetime-js, carp.common-js, carp.protocols.core-js, kotlin-stdlib-js,
There are maybe transitive dependencies!

tosan-httpserver-spring-boot-root from group com.tosan.server.http (version 2.1.1)

This project provides a Spring-Boot Starter that facilitate common requirements of a rest server like filling MDC parameters, logging http request and response with ability to mask sensitive data in header and body, and simple metrics logging.

Group: com.tosan.server.http Artifact: tosan-httpserver-spring-boot-root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact tosan-httpserver-spring-boot-root
Group com.tosan.server.http
Version 2.1.1
Last update 08. April 2024
Organization not specified
URL https://github.com/Tosan/tosan-httpserver-spring-boot-starter
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tosan-httpserver-spring-boot-starter from group com.tosan.server.http (version 2.1.1)

Group: com.tosan.server.http Artifact: tosan-httpserver-spring-boot-starter
Show all versions Show documentation Show source 
 

0 downloads
Artifact tosan-httpserver-spring-boot-starter
Group com.tosan.server.http
Version 2.1.1
Last update 08. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies micrometer-registry-prometheus, spring-boot-autoconfigure, spring-context, spring-web, tosan-mask-spring-boot-starter, spring-boot-starter-aop, jackson-databind, slf4j-api, jackson-datatype-jsr310, commons-lang3,
There are maybe transitive dependencies!

tosan-httpserver-spring-boot-sample from group com.tosan.server.http (version 2.1.1)

Group: com.tosan.server.http Artifact: tosan-httpserver-spring-boot-sample
Show all versions Show documentation Show source 
 

0 downloads
Artifact tosan-httpserver-spring-boot-sample
Group com.tosan.server.http
Version 2.1.1
Last update 08. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies tosan-httpserver-spring-boot-starter,
There are maybe transitive dependencies!

dependency-check-maven from group org.owasp (version 9.1.0)

dependency-check-maven is a Maven Plugin that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The plugin will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.

Group: org.owasp Artifact: dependency-check-maven
Show all versions Show documentation Show source 
 

10 downloads
Artifact dependency-check-maven
Group org.owasp
Version 9.1.0
Last update 31. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies dependency-check-core, dependency-check-utils, commons-jcs3-core, jcs3-slf4j, file-management, plexus-utils, plexus-xml, maven-reporting-api, plexus-sec-dispatcher, maven-dependency-tree, maven-artifact-transfer,
There are maybe transitive dependencies!

dependency-check-cli from group org.owasp (version 9.1.0)

dependency-check-cli is an command line tool that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the scanned project dependencies. The tool will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.

Group: org.owasp Artifact: dependency-check-cli
Show all versions Show documentation Show source 
 

0 downloads
Artifact dependency-check-cli
Group org.owasp
Version 9.1.0
Last update 31. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies logback-core, logback-classic, commons-cli, dependency-check-core, dependency-check-utils, slf4j-api, ant,
There are maybe transitive dependencies!

dependency-check-ant from group org.owasp (version 9.1.0)

dependency-check-ant is an Ant Task that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The task will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.

Group: org.owasp Artifact: dependency-check-ant
Show all versions Show documentation Show source 
 

8 downloads
Artifact dependency-check-ant
Group org.owasp
Version 9.1.0
Last update 31. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies dependency-check-core, dependency-check-utils, commons-jcs3-core, jcs3-slf4j,
There are maybe transitive dependencies!

text-case-converter-kotlin-extension from group dev.turingcomplete (version 2.0.0)

This Java/Kotlin library provides an intuitive API for converting strings between different text cases. It has a wide range of built-in support for the most common text cases. In addition, the library is designed to be easily extended with new custom text cases, making it highly flexible and adaptable.

Group: dev.turingcomplete Artifact: text-case-converter-kotlin-extension
Show all versions Show documentation Show source 
 

0 downloads
Artifact text-case-converter-kotlin-extension
Group dev.turingcomplete
Version 2.0.0
Last update 22. March 2024
Organization not specified
URL https://github.com/marcelkliemannel/text-case-converter
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

text-case-converter from group dev.turingcomplete (version 2.0.0)

This Java/Kotlin library provides an intuitive API for converting strings between different text cases. It has a wide range of built-in support for the most common text cases. In addition, the library is designed to be easily extended with new custom text cases, making it highly flexible and adaptable.

Group: dev.turingcomplete Artifact: text-case-converter
Show all versions Show documentation Show source 
 

0 downloads
Artifact text-case-converter
Group dev.turingcomplete
Version 2.0.0
Last update 22. March 2024
Organization not specified
URL https://github.com/marcelkliemannel/text-case-converter
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1195 from 1250 (items total 12497)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy