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

Download JAR files tagged by when with all dependencies

Search JAR files by class name

log-tracker from group io.github.naviud (version 1.1.3)

LogTracker is a logger module done for Play framework which prepends a unique UUID(tracker id) for the log messages that are generated for a particular request. Tracker id can be passed from a HTTP header or will be selected randomly when a request is initiated.

Group: io.github.naviud Artifact: log-tracker
Show all versions Show documentation Show source 
 

0 downloads
Artifact log-tracker
Group io.github.naviud
Version 1.1.3
Last update 10. May 2019
Organization naviud
URL https://naviud.github.io/playframework-log-tracker/
License MIT
Dependencies amount 6
Dependencies scala-library, logback-classic, play_2.12, mockito-all, powermock-mockito-release-full, play-guice_2.12,
There are maybe transitive dependencies!

cloudpool.google.container from group com.elastisys.scale (version 5.2.3)

A cloud pool capable of managing the size of a Google Container Engine (GKE) container cluster. This build module produces an all-in-one "server and application" executable jar file. When executed, it starts an embedded web server that publishes the cloud pool REST API endpoint.

Group: com.elastisys.scale Artifact: cloudpool.google.container
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudpool.google.container
Group com.elastisys.scale
Version 5.2.3
Last update 07. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies cloudpool.google.commons, cloudpool.api, cloudpool.multipool, commons.util, logback-classic, junit,
There are maybe transitive dependencies!

cloudpool.google.compute from group com.elastisys.scale (version 5.2.3)

A cloud pool that manages Google Compute Engine (GCE) instance groups. This build module produces an all-in-one "server and application" executable jar file. When executed, it starts an embedded web server that publishes the cloud pool REST API endpoint.

Group: com.elastisys.scale Artifact: cloudpool.google.compute
Show all versions Show documentation Show source 
 

1 downloads
Artifact cloudpool.google.compute
Group com.elastisys.scale
Version 5.2.3
Last update 07. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies cloudpool.google.commons, cloudpool.api, cloudpool.multipool, cloudpool.commons, commons.util, logback-classic, junit,
There are maybe transitive dependencies!

cloudpool.citycloud from group com.elastisys.scale (version 5.2.3)

A cloud pool capable of managing a pool of CityCloud servers. This build is a simple extension of the OpenStack cloudpool. This build module produces an all-in-one "server and application" executable jar file. When executed, it starts an embedded web server that publishes the cloud pool REST API endpoint.

Group: com.elastisys.scale Artifact: cloudpool.citycloud
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudpool.citycloud
Group com.elastisys.scale
Version 5.2.3
Last update 06. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies cloudpool.openstack, cloudpool.multipool, junit,
There are maybe transitive dependencies!

cloudpool.aws.ec2 from group com.elastisys.scale (version 5.2.3)

A cloud pool capable of managing a scaling group of EC2 instances. This build module produces an all-in-one "server and application" executable jar file. When executed, it starts an embedded web server that publishes the cloud pool REST API endpoint.

Group: com.elastisys.scale Artifact: cloudpool.aws.ec2
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudpool.aws.ec2
Group com.elastisys.scale
Version 5.2.3
Last update 06. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies cloudpool.api, cloudpool.multipool, cloudpool.commons, cloudpool.aws.commons, commons.util, logback-classic, junit,
There are maybe transitive dependencies!

cloudpool.aws.autoscaling from group com.elastisys.scale (version 5.2.3)

A cloud pool capable of managing the capacity of AWS Auto Scaling Groups. This build module produces an all-in-one "server and application" executable jar file. When executed, it starts an embedded web server that publishes the cloud pool REST API endpoint.

Group: com.elastisys.scale Artifact: cloudpool.aws.autoscaling
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudpool.aws.autoscaling
Group com.elastisys.scale
Version 5.2.3
Last update 06. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies cloudpool.api, cloudpool.multipool, cloudpool.aws.commons, cloudpool.commons, logback-classic, junit,
There are maybe transitive dependencies!

donky-module-sequencing from group net.donky (version 2.8.0.0)

Use of this module allows you to perform multiple calls to some account controller methods without needing to implement call backs or worry about sequencing when changing local and network state.

Group: net.donky Artifact: donky-module-sequencing
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact donky-module-sequencing
Group net.donky
Version 2.8.0.0
Last update 07. March 2019
Organization not specified
URL http://www.mobiledonky.com/
License MIT License
Dependencies amount 1
Dependencies donky-core,
There are maybe transitive dependencies!

modelant.repository.maven.archetype from group net.mdatools (version 3.3.0)

An archetype to build a API to access metamodel instances The metamodel should be written in MOF 1.4, XMI 1.1 or XMI 1.2, as of JMI (JCR-40). The archetype requires providing parent project's Group, Artifact and Version. When other than the default values are provided, then the generated POM will include a corresponding <parent> section. The generated project uses the NetBeans MDR.

Group: net.mdatools Artifact: modelant.repository.maven.archetype
Show source 
 

0 downloads
Artifact modelant.repository.maven.archetype
Group net.mdatools
Version 3.3.0
Last update 02. November 2018
Organization not specified
URL https://mdatools.net/modelant.repository/modelant.repository.maven/modelant.repository.maven.archetype/
License Eclipse Public License v 2.0
Dependencies amount 6
Dependencies jmi, mof, jmiutils, mdrapi, nbmdr, openide-util,
There are maybe transitive dependencies!

continuous-deployment from group io.cucumber (version 3.0.2)

When using local staging the deployment is deferred to the last module. Because half the project consists of examples that should not be deployed and thus skip the execution of the nexus staging plugin this causes the whole whole project to skip deployment. By being the last module in the build we can ensure that the nexus plugin is triggered uploads all artifacts at the end of the build.

Group: io.cucumber Artifact: continuous-deployment
Show all versions 
 

1 downloads
Artifact continuous-deployment
Group io.cucumber
Version 3.0.2
Last update 22. September 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cucumber2junit-maven-plugin from group io.github.carousell (version 1.5.2)

Generates plain JUnit tests from Gherkin feature files. This is useful when you want to execute Cucumber tests in an environment which does not allow custom JUnit runners, e.g. the AWS Device Farm.

Group: io.github.carousell Artifact: cucumber2junit-maven-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact cucumber2junit-maven-plugin
Group io.github.carousell
Version 1.5.2
Last update 29. August 2018
Organization not specified
URL https://carousell.github.io/cucumber2junit
License Apache License, Version 2.0
Dependencies amount 10
Dependencies velocity, velocity-tools, guava, junit, assertj-core, slf4j-api, slf4j-simple, aws-java-sdk-dynamodb, maven-plugin-api, maven-project,
There are maybe transitive dependencies!



Page 164 from 202 (items total 2013)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy