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

Download JAR files tagged by idea with all dependencies

Search JAR files by class name

git-branch-renamer-maven-plugin from group com.cedricwalter (version 1.5.0)

When working with many feature/release/bugix/hotfix branches, it is a bad idea to start changing the pom version as this will create merge conflicts using pull request. this plugin allow you to keep in ALL branches the same pom version for all your projects, for example MASTER-SNAPSHOT the version will be derived from branch name automatically.

Group: com.cedricwalter Artifact: git-branch-renamer-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact git-branch-renamer-maven-plugin
Group com.cedricwalter
Version 1.5.0
Last update 19. July 2017
Organization not specified
URL https://github.com/cedricwalter/git-branch-renamer-maven-plugin
License GNU/GPL v3
Dependencies amount 4
Dependencies maven-plugin-api, mojo-executor, org.eclipse.jgit, junit,
There are maybe transitive dependencies!

inkstand from group io.inkstand (version 0.1.3)

Group: io.inkstand Artifact: inkstand
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact inkstand
Group io.inkstand
Version 0.1.3
Last update 25. May 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

inkstand-parent from group io.inkstand (version 0.1.3)

A lightweight infrastructure for standalone rest based microservices. Based on the idea and basic implementation by John Ament, https://github.com/johnament/hammock. Inkstand consists of a CDI container (Weld), a WebServer/Servlet Container (Undertow) and Jax-RS implementation and webapp (RestEasy). It provides auto resource and provider discovery and base support for JCR-based persistence.

Group: io.inkstand Artifact: inkstand-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact inkstand-parent
Group io.inkstand
Version 0.1.3
Last update 25. May 2015
Organization not specified
URL https://inkstand.io/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

inkstand from group li.moskito (version 0.1.0)

A lightweight infrastructure for standalone rest based microservices. Based on the idea and basic implementation by John Ament, https://github.com/johnament/hammock. Inkstand consists of a CDI container (Weld), a WebServer/Servlet Container (Undertow) and Jax-RS implementation and webapp (RestEasy). It provides auto resource and provider discovery and base support for JCR-based persistence.

Group: li.moskito Artifact: inkstand
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact inkstand
Group li.moskito
Version 0.1.0
Last update 22. December 2014
Organization not specified
URL https://github.com/moskitoli/inkstand/wiki
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies slf4j-api, log4j-slf4j-impl, log4j-api, log4j-core,
There are maybe transitive dependencies!

clover from group com.cenqua.clover (version 3.3.0)

Clover is an award winning code coverage and testing tool for Java and Groovy. It integrates easily with Maven (1, 2 and 3), Ant, Grails, Eclipse and IntelliJ IDEA as well as with continuous integration servers such as Bamboo, Jenkins or Hudson. ANNOUNCEMENT: since Clover 4.0 (planned mid 2014), this artifact will be renamed to com.atlassian.clover:clover.

Group: com.cenqua.clover Artifact: clover
Show all versions Show documentation Show source 
 

5 downloads
Artifact clover
Group com.cenqua.clover
Version 3.3.0
Last update 31. March 2014
Organization Atlassian Pty Ltd
URL http://atlassian.com/software/clover
License Atlassian End User Agreement
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jadex-kernel-gpmn from group net.sourceforge.jadex (version 2.4)

The Jadex GPMN (goal oriented process modeling notation) kernel provides a goal-oriented workflow kernel. The idea is that a workflow is specified as declarative goal hierarchy, which describes what has to be achieved to fulfill the workflow. At runtime goals are pursued by executing plans represented by standard BPMN workflows. The execution of goal-based workflows is achieved by conversion to BDI agents.

Group: net.sourceforge.jadex Artifact: jadex-kernel-gpmn
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-kernel-gpmn
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies jadex-commons, jadex-xml, jadex-rules, jadex-bridge, jadex-kernel-bdi, jadex-kernel-bdibpmn,
There are maybe transitive dependencies!

jadex-serialization-xml from group org.activecomponents.jadex (version 4.0.267)

Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define other binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired. This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.

Group: org.activecomponents.jadex Artifact: jadex-serialization-xml
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-serialization-xml
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 2
Dependencies jadex-util-commons, jadex-serialization-traverser,
There are maybe transitive dependencies!

tostring-implementation from group io.github.trigunam.java.util (version 2.2)

This project is a library for any POJO class to implement a toString method. Given a class name and instance, the project will use reflection from Java API to get the getter methods for the given instance and execute it to print the methodName = methodValue in an appended string with comma separated values. This is very generic implementation so anybody can use this code to write their toString implementation. The idea is to avoid implementing toString by writing your own implementation every time. Please put your thoughts on the implementation so we can evolve as a project which will help every Java Developer.

Group: io.github.trigunam.java.util Artifact: tostring-implementation
Show all versions Show documentation Show source 
 

0 downloads
Artifact tostring-implementation
Group io.github.trigunam.java.util
Version 2.2
Last update 04. September 2021
Organization Yet to identify
URL https://github.com/trigunam/tostring-implementation
License GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 2
Dependencies slf4j-api, logback-classic,
There are maybe transitive dependencies!

jadex-xml from group org.activecomponents.jadex (version 3.0.117)

Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define other binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired. This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.

Group: org.activecomponents.jadex Artifact: jadex-xml
Show all versions Show documentation Show source 
 

2 downloads
Artifact jadex-xml
Group org.activecomponents.jadex
Version 3.0.117
Last update 10. May 2020
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 1
Dependencies jadex-commons,
There are maybe transitive dependencies!

listenablefuture from group com.google.guava (version 9999.0-empty-to-avoid-conflict-with-guava)

An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second "version" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....

Group: com.google.guava Artifact: listenablefuture
Show all versions 
 

48 downloads
Artifact listenablefuture
Group com.google.guava
Version 9999.0-empty-to-avoid-conflict-with-guava
Last update 11. September 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 16 from 19 (items total 187)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy