Download com.googlecode.maven-migration-plugin JAR files with all dependencies
aima-core from group com.googlecode.aima-java (version 0.12.0)
AIMA-Java Core Algorithms from the book Artificial Intelligence a Modern Approach 3rd Ed.
7 downloads
JavaEWAH from group com.googlecode.javaewah (version 0.3.3)
The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression.
JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme.
The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.
7 downloads
copy-rename-maven-plugin from group com.coderplus.maven.plugins (version 1.0.1)
This plugin helps in copying files or renaming files or directories during the Maven build lifecycle.
7 downloads
xerces-impl from group org.bluestemsoftware.open.maven.tparty (version 2.9.0)
Combines version 2.9.0 of xerces serializer.jar and xerces xercesImpl.jar, neither of which are available within central repository (as of 7/8/2008)
maven-antrun-plugin from group org.apache.maven.plugins (version 1.3)
Runs Ant scripts embedded in the POM
maven-javadoc-plugin from group org.apache.maven.plugins (version 2.10.3)
The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
generating javadocs for the specified project.
7 downloads
maven-javadoc-plugin from group org.apache.maven.plugins (version 3.0.0-M1)
The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
generating javadocs for the specified project.
libphonenumber from group com.googlecode.libphonenumber (version 8.10.2)
maven-plugin-api from group org.apache.maven (version 2.0-beta-1)
The API for plugins - Mojos - development.
7 downloads
geocoder from group com.googlecode.libphonenumber (version 2.105)
wagon-http-shared from group org.apache.maven.wagon (version 3.0.0)
objectify from group com.googlecode.objectify (version 6.0.2)
The simplest convenient interface to the Google App Engine datastore
7 downloads
mtj from group com.googlecode.matrix-toolkits-java (version 1.0.1)
A comprehensive collection of matrix data structures, linear solvers, least squares methods,
eigenvalue, and singular value decompositions.
wagon-provider-api from group org.apache.maven.wagon (version 1.0-beta-2)
Maven Wagon API that defines the contract between different Wagon implementations
maven-shade-plugin from group org.apache.maven.plugins (version 3.0.0)
Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes
or removing unused classes.
- 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
Page 18 from 177 (items total 2644)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy