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

Download JAR files tagged by lock with all dependencies

Search JAR files by class name

dumpling from group com.github.olivergondza (version 1.0)

Dumpling is an object model and domain specific language to represent and query the state of process threads and their lock based dependencies

Group: com.github.olivergondza Artifact: dumpling
Show all versions Show documentation Show source 
 

0 downloads
Artifact dumpling
Group com.github.olivergondza
Version 1.0
Last update 11. May 2015
Organization not specified
URL https://github.com/olivergondza/dumpling
License MIT license
Dependencies amount 5
Dependencies jsr250-api, reflections, args4j, groovy-jsr223, groovy-groovysh,
There are maybe transitive dependencies!

easylock from group org.easycluster (version 1.0.1)

EasyLock is a framework to provide distributed lock mechanism to support master/slave mode for large scalable distributed applications.

Group: org.easycluster Artifact: easylock
Show all versions Show documentation Show source 
 

0 downloads
Artifact easylock
Group org.easycluster
Version 1.0.1
Last update 21. April 2014
Organization not specified
URL https://github.com/archibald2012/easylock
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

warlock-spring-boot-starter from group io.github.spitmaster (version 1.0.1)

warlock-spring-boot-starter is an annotation-driven concurrency tools library for java with Spring. It is easy to use in Spring application Just using annotation on your method , the concurrency lock problem would be solved

Group: io.github.spitmaster Artifact: warlock-spring-boot-starter
Show all versions Show documentation Show source 
 

0 downloads
Artifact warlock-spring-boot-starter
Group io.github.spitmaster
Version 1.0.1
Last update 28. March 2024
Organization not specified
URL https://github.com/spitmaster/warlock-spring-boot-starter
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies spring-boot-starter-aop, spring-boot-autoconfigure, guava,
There are maybe transitive dependencies!

bulk-maven-repository-deploy-plugin from group com.github.vincentrussell (version 1.0)

bulk-maven-repository-deploy-plugin will take a lock maven2 repo and bulk upload the artifacts into a remote maven repository for http. You can upload from your local m2 repository or another directory that is in the same format.

Group: com.github.vincentrussell Artifact: bulk-maven-repository-deploy-plugin
Show documentation Show source 
 

0 downloads
Artifact bulk-maven-repository-deploy-plugin
Group com.github.vincentrussell
Version 1.0
Last update 11. June 2020
Organization not specified
URL https://github.com/vincentrussell/bulk-maven-repository-deploy-plugin
License Apache License, Version 2.0
Dependencies amount 12
Dependencies aether-connector-basic, aether-transport-http, wagon-http, maven-plugin-api, maven-core, maven-model, maven-artifact, maven-artifact-transfer, commons-io, guava, commons-lang3, plexus-utils,
There are maybe transitive dependencies!

zookeeper-recipes from group io.streamnative (version 3.6.3.1)

1) This module contains various Zookeeper recipe implementations. 2) The recipe directory name should specify the name of the recipe you are implementing - eg. zookeeper-recipes-lock. 3) It would be great if you can provide both the java and c recipes for the zookeeper recipes. C recipes go in to zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/c Java implementation goes into zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/java. 4) The recipes hold high standards like our zookeeper c/java libraries, so make sure that you include some unit testing with both the c and java recipe code. 5) Also, please name your c client public methods as zkr_recipe-name_methodname (eg. zkr_lock_lock in zookeeper-recipes-lock/src/c) 6) To run the c tests in all the recipes, - make sure the main zookeeper c libraries in zookeeper-client-c are compiled. Run autoreconf -if;./configure; make. The libraries will be installed in {top}/src/c/.libs. - run autoreconf if;./configure;make run-check in zookeeper-recipes/$recipename/src/c

Group: io.streamnative Artifact: zookeeper-recipes
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zookeeper-recipes
Group io.streamnative
Version 3.6.3.1
Last update 28. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies zookeeper,
There are maybe transitive dependencies!

maven-lockfile-parent from group io.github.chains-project (version 5.1.0)

This plugin is a state-of-the-art solution that can be used to validate the integrity of a maven repository. It does this by generating a lock file that contains the checksums of all the artifacts and plugins in the repository. The lock file can then be used to validate the integrity of the repository. This guards the supply chain against malicious actors that might tamper with the artifacts in the repository.

Group: io.github.chains-project Artifact: maven-lockfile-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact maven-lockfile-parent
Group io.github.chains-project
Version 5.1.0
Last update 30. April 2024
Organization not specified
URL https://github.com/chains-project/maven-lockfile
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-lockfile from group io.github.chains-project (version 5.1.0)

This plugin is a state-of-the-art solution that can be used to validate the integrity of a maven repository. It does this by generating a lock file that contains the checksums of all the artifacts in the repository. The lock file can then be used to validate the integrity of the repository. This guards the supply chain against malicious actors that might tamper with the artifacts in the repository.

Group: io.github.chains-project Artifact: maven-lockfile
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-lockfile
Group io.github.chains-project
Version 5.1.0
Last update 30. April 2024
Organization not specified
URL https://github.com/chains-project/maven-lockfile
License not specified
Dependencies amount 7
Dependencies gson, maven-resolver-api, log4j-over-slf4j, log4j-core, guava, maven-dependency-tree, maven-artifact-transfer,
There are maybe transitive dependencies!

integrity-maven-plugin from group io.github.chains-project (version 0.3.2)

This plugin is a proof of concept for a maven plugin that can be used to validate the integrity of a maven repository. It does this by generating a lock file that contains the checksums of all the artifacts in the repository. The lock file can then be used to validate the integrity of the repository. This guards the supply chain against malicious actors that might tamper with the artifacts in the repository.

Group: io.github.chains-project Artifact: integrity-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact integrity-maven-plugin
Group io.github.chains-project
Version 0.3.2
Last update 27. March 2023
Organization not specified
URL https://github.com/chains-project/maven-lockfile
License MIT
Dependencies amount 7
Dependencies gson, maven-resolver-api, log4j-over-slf4j, log4j-core, guava, maven-dependency-tree, maven-artifact-transfer,
There are maybe transitive dependencies!

jenkins-dependency-plugin from group com.github.vincentrussell (version 1.1)

jenkins-dependency-plugin will take a lock maven2 repo and bulk upload the artifacts into a remote maven repository for http. You can upload from your local m2 repository or another directory that is in the same format.

Group: com.github.vincentrussell Artifact: jenkins-dependency-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact jenkins-dependency-plugin
Group com.github.vincentrussell
Version 1.1
Last update 30. December 2020
Organization not specified
URL https://github.com/vincentrussell/jenkins-dependency-plugin
License Apache License, Version 2.0
Dependencies amount 13
Dependencies aether-connector-basic, aether-transport-http, wagon-http, maven-plugin-api, maven-core, maven-model, maven-artifact, annotations, maven-artifact-transfer, commons-io, guava, commons-lang3, plexus-utils,
There are maybe transitive dependencies!

parent from group com.github.sandre.contrail (version 0.1)

Contrail is a complete Cloud platform which integrates a full Infrastructure-as-a-Service and Platform-as-a-Service facilities. It allows Cloud providers to seamlessly integrate resources from other Clouds with their own infrastructure, and breaks the current customer lock-in situation by allowing live application migration from one cloud to another.

Group: com.github.sandre.contrail Artifact: parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group com.github.sandre.contrail
Version 0.1
Last update 11. October 2012
Organization Contrail Consortium
URL http://contrail.ow2.org/
License BSD3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 40 from 47 (items total 465)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy