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

Download JAR files tagged by result with all dependencies

Search JAR files by class name

org.eclipse.xtext.builder from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.builder
Show all versions Show documentation Show source 
 

4 downloads
Artifact org.eclipse.xtext.builder
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.eclipse.xtext,
There are maybe transitive dependencies!

org.eclipse.xtext.common.types.ui from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.common.types.ui
Show all versions Show documentation Show source 
 

2 downloads
Artifact org.eclipse.xtext.common.types.ui
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.eclipse.xtext.common.types,
There are maybe transitive dependencies!

org.eclipse.xtext.common.types.edit from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.common.types.edit
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.xtext.common.types.edit
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.eclipse.xtext.common.types,
There are maybe transitive dependencies!

org.eclipse.xtext.junit4 from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.junit4
Show all versions Show documentation Show source 
 

12 downloads
Artifact org.eclipse.xtext.junit4
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies org.eclipse.xtext, junit,
There are maybe transitive dependencies!

org.eclipse.xtext.ui from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.ui
Show all versions Show documentation Show source 
 

8 downloads
Artifact org.eclipse.xtext.ui
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.eclipse.xtext,
There are maybe transitive dependencies!

org.eclipse.xtext.target from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.target
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse.xtext.target
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.xtext.tycho.parent from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.tycho.parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse.xtext.tycho.parent
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.xtext.parent from group org.eclipse.xtext (version 2.10.0)

Xtext is a framework for development of programming languages and domain-specific languages. With Xtext you define your language using a powerful grammar language. As a result you get a full infrastructure, including parser, linker, typechecker, compiler as well as editing support for Eclipse, IntelliJ IDEA and your favorite web browser. Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse.xtext.parent
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL https://www.eclipse.org/Xtext/
License Eclipse Public License - v 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jenkins-maven-plugin from group ch.sourcepond.maven.plugins (version 1.2.0)

The Jenkins Maven Plugin allows to use the Jenkins CLI (command line interface) from within a Maven build. It allows the execution of any command supported by the CLI, see https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI for further information. Therefore, it downloads the current jenkins-cli.jar from ${project.ciManagement.url}/jnlpJars/jenkins-cli.jar and uses that artifact for interacting with the Jenkins server. The architecture of the Jenkins Maven Plugin follows the UNIX philosophy "do one thing and do it well": it does not provide any logic for specific tasks, for instance creating job configuration files. This can be done with another, more appropriate plugin and its result can then be specified as stdin to the Jenkins Maven Plugin.

Group: ch.sourcepond.maven.plugins Artifact: jenkins-maven-plugin
Show all versions Show documentation Show source 
 

4 downloads
Artifact jenkins-maven-plugin
Group ch.sourcepond.maven.plugins
Version 1.2.0
Last update 12. August 2015
Organization not specified
URL ${git.url}
License Apache License, Version 2.0
Dependencies amount 6
Dependencies maven-plugin-api, maven-core, commons-lang3, javax.inject, zt-exec, httpclient,
There are maybe transitive dependencies!

jdbctemplatetool from group org.crazycake (version 1.0.4-RELEASE)

Spring JdbcTemplate did very convient and useful, but it also has some disadvantages or in another word “inconvenient”. For example, you can’t just pass an object and tell JdbcTemplate to turn it into a sql and save to database just like hibernate does. Alright, you may say “JdbcTemplate doesn’t need you to write hbm.xml , so it’s understandable”. But is it true that this thing is impossible to achieve? And also you know JdbcTemplate can auto turn the result of a query to a list of persistent object a.k.a PO, but when you want to do this you will meet a problem: “How to ?”.Because you can’t find any function of JdbcTemplate to pass a sql and a PO class as we expected. After you google for it, you’ve been told you can create a BeanPropertyRowMapper to deal with this. But isn’t it could be more easier? Based on those questions I create JdbcTemplateTool which can provide these features.

Group: org.crazycake Artifact: jdbctemplatetool
Show documentation Show source 
 

0 downloads
Artifact jdbctemplatetool
Group org.crazycake
Version 1.0.4-RELEASE
Last update 24. September 2014
Organization not specified
URL https://github.com/alexxiyang/jdbctemplatetool
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies spring-orm, persistence-api, slf4j-api, slf4j-log4j12, spring-core, camel-name-utils,
There are maybe transitive dependencies!



Page 53 from 57 (items total 565)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy