Download JAR files tagged by without with all dependencies
events-on-fire from group com.googlecode.events-on-fire (version 1.2.2)
The repeated implementation of the listener pattern for Java is a boring task which
cannot be easily abstracted. Events-On-Fire is a way to get rid of this.
Events-On-Fire offers a simple mechanism to fire events across your application
without the need for any configuration and without the danger of memory leaks.
Group: com.googlecode.events-on-fire Artifact: events-on-fire
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact events-on-fire
Group com.googlecode.events-on-fire
Version 1.2.2
Last update 25. March 2012
Organization not specified
URL http://events-on-fire.googlecode.com
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.googlecode.events-on-fire
Version 1.2.2
Last update 25. March 2012
Organization not specified
URL http://events-on-fire.googlecode.com
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
commons-lambda from group net.sf.staccatocommons (version 1.2)
Lightweight library for instantiating functions and predicates
in a DSL style, without using anonymous classes.
This project is aimed to simplify higher-order programming until Java adds
lambdas to its language
Group: net.sf.staccatocommons Artifact: commons-lambda
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact commons-lambda
Group net.sf.staccatocommons
Version 1.2
Last update 02. January 2012
Organization not specified
URL http://staccatocommons.sourceforge.net/${project.artifactId}
License not specified
Dependencies amount 3
Dependencies commons-proxy, javassist, commons-lang,
There are maybe transitive dependencies!
Group net.sf.staccatocommons
Version 1.2
Last update 02. January 2012
Organization not specified
URL http://staccatocommons.sourceforge.net/${project.artifactId}
License not specified
Dependencies amount 3
Dependencies commons-proxy, javassist, commons-lang,
There are maybe transitive dependencies!
application from group net.sf.beezle.maven.plugins (version 1.3.5)
Generates an application file. An application file is a single file containing your entire application,
it's all you need to distribute or run the application. Technically, an application file is a Bash shell script
with an appended executable jar file. You can invoke it directly or you can pass it as an argument to java -jar.
You can rename it without breaking the application.
Group: net.sf.beezle.maven.plugins Artifact: application
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact application
Group net.sf.beezle.maven.plugins
Version 1.3.5
Last update 28. November 2011
Organization 1&1
URL https://sourceforge.net/apps/trac/beezle/wiki/ApplicationHome
License GNU Lesser General Public License, Version 2.1
Dependencies amount 6
Dependencies sushi, jsch, maven-model, maven-plugin-api, maven-artifact, maven-project,
There are maybe transitive dependencies!
Group net.sf.beezle.maven.plugins
Version 1.3.5
Last update 28. November 2011
Organization 1&1
URL https://sourceforge.net/apps/trac/beezle/wiki/ApplicationHome
License GNU Lesser General Public License, Version 2.1
Dependencies amount 6
Dependencies sushi, jsch, maven-model, maven-plugin-api, maven-artifact, maven-project,
There are maybe transitive dependencies!
mockit from group mockit (version 0.999.4)
JMockit is a Java toolkit for developer (unit/integration) testing.
It contains mocking APIs and other tools, supporting both JUnit and TestNG.
The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested
in isolation from selected dependencies.
Group: mockit Artifact: mockit
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mockit
Group mockit
Version 0.999.4
Last update 01. August 2011
Organization not specified
URL http://code.google.com/p/jmockit/
License MIT LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group mockit
Version 0.999.4
Last update 01. August 2011
Organization not specified
URL http://code.google.com/p/jmockit/
License MIT LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jmockit-coverage from group mockit (version 0.999.4)
Artifact jmockit-coverage
Group mockit
Version 0.999.4
Last update 05. December 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jmockit,
There are maybe transitive dependencies!
Group mockit
Version 0.999.4
Last update 05. December 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jmockit,
There are maybe transitive dependencies!
jmockit from group mockit (version 0.999.4)
11 downloads
Artifact jmockit
Group mockit
Version 0.999.4
Last update 05. December 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group mockit
Version 0.999.4
Last update 05. December 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
yesevent from group org.yestech (version 2.0.0)
Java Based Event framework that can be used with a Dependency Injection system or without. Currently
Spring and Guice are supported. The Framework is pluggable with implementation that support direct routing and integration
of apache camel to handle the routing of events.
Artifact yesevent
Group org.yestech
Version 2.0.0
Last update 04. December 2010
Organization YES Technology Association
URL http://yestech.org/sites/yesevent/
License LGPLv3
Dependencies amount 6
Dependencies spring, spring-beans, spring-context, slf4j-api, slf4j-jdk14, commons-lang,
There are maybe transitive dependencies!
Group org.yestech
Version 2.0.0
Last update 04. December 2010
Organization YES Technology Association
URL http://yestech.org/sites/yesevent/
License LGPLv3
Dependencies amount 6
Dependencies spring, spring-beans, spring-context, slf4j-api, slf4j-jdk14, commons-lang,
There are maybe transitive dependencies!
dspace-jmockit from group org.dspace.dependencies.jmockit (version 0.999.4)
Group: org.dspace.dependencies.jmockit Artifact: dspace-jmockit
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact dspace-jmockit
Group org.dspace.dependencies.jmockit
Version 0.999.4
Last update 10. November 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.dspace.dependencies.jmockit
Version 0.999.4
Last update 10. November 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jna from group com.sun.jna (version 3.0.9)
JNA provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation.
43 downloads
Artifact jna
Group com.sun.jna
Version 3.0.9
Last update 08. July 2009
Organization not specified
URL https://jna.dev.java.net/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.sun.jna
Version 3.0.9
Last update 08. July 2009
Organization not specified
URL https://jna.dev.java.net/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
cooee from group org.karora (version 1.1)
Cooee is a Web UI framework that closely follows the Swing API
without the hassle of Javascript. This means that developers
with little to no web application experience can immediately
begin coding web applications with their existing Swing API
knowledge. The code base represents a combined fork of the Echo2
source code and associated projects
Artifact cooee
Group org.karora
Version 1.1
Last update 23. March 2008
Organization not specified
URL http://www.karora.org/projects/cooee
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.karora
Version 1.1
Last update 23. March 2008
Organization not specified
URL http://www.karora.org/projects/cooee
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
Page 152 from 203 (items total 2029)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy