Download JAR files tagged by standard with all dependencies
drools-platform-entity from group org.chtijbug.drools (version 0.5.5)
Group: org.chtijbug.drools Artifact: drools-platform-entity
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact drools-platform-entity
Group org.chtijbug.drools
Version 0.5.5
Last update 09. June 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jackson-databind, jackson-annotations, jackson-dataformat-xml, drools-framework-runtime-entity,
There are maybe transitive dependencies!
Group org.chtijbug.drools
Version 0.5.5
Last update 09. June 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jackson-databind, jackson-annotations, jackson-dataformat-xml, drools-framework-runtime-entity,
There are maybe transitive dependencies!
drools-runtime-builder from group org.chtijbug.drools (version 0.5.5)
Group: org.chtijbug.drools Artifact: drools-runtime-builder
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact drools-runtime-builder
Group org.chtijbug.drools
Version 0.5.5
Last update 09. June 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies commons-io, cxf-bundle-jaxrs, spring-core, spring-context, xmlbeans, guava, commons-lang3,
There are maybe transitive dependencies!
Group org.chtijbug.drools
Version 0.5.5
Last update 09. June 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies commons-io, cxf-bundle-jaxrs, spring-core, spring-context, xmlbeans, guava, commons-lang3,
There are maybe transitive dependencies!
drools-platform-parent from group org.chtijbug.drools (version 0.5.5)
Our first work is to create a set of tools to help in the adoption drools in our local companies. Those tools are here to make drools "enterprise ready "by adopting an industrial approach :
we want to put in common a standard library that we shall all use in our drools project. This tools are of course open source and we use a friendly apache licence.
Indeed, drools like any other jboss framework is a swiss knife that offers all possibilities. Our framework implements the best practices that we implemented in real projects that goes from how to monitor, report and supervise the use of drools.
We hope you will enjoy our work and invite you to contact us in case of trouble. But do not forget we are a community !
Group: org.chtijbug.drools Artifact: drools-platform-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact drools-platform-parent
Group org.chtijbug.drools
Version 0.5.5
Last update 09. June 2017
Organization not specified
URL http://www.chtijbug.org/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, jcl-over-slf4j, slf4j-log4j12,
There are maybe transitive dependencies!
Group org.chtijbug.drools
Version 0.5.5
Last update 09. June 2017
Organization not specified
URL http://www.chtijbug.org/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, jcl-over-slf4j, slf4j-log4j12,
There are maybe transitive dependencies!
unboundid-ldapsdk-minimal-edition from group com.unboundid (version 3.2.1)
The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use
Java API for communicating with LDAP directory servers and performing
related tasks like reading and writing LDIF, encoding and decoding data
using base64 and ASN.1 BER, and performing secure communication. This
package contains the Minimal Edition of the LDAP SDK, which is a
stripped-down version of the Standard Edition that includes full support
for the LDAP protocol and LDIF parsing, but omits a number of optional
elements, like many of the controls and extended operations, the LDAP
persistence framework, and LDAP listener framework. The Minimal Edition
is primarily intended for use in space-constrained and/or
memory-constrained environments, like in Android apps or embedded
systems.
Group: com.unboundid Artifact: unboundid-ldapsdk-minimal-edition
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact unboundid-ldapsdk-minimal-edition
Group com.unboundid
Version 3.2.1
Last update 13. February 2017
Organization UnboundID Corp.
URL https://www.ldap.com/unboundid-ldap-sdk-for-java
License GNU General Public License version 2 (GPLv2)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.unboundid
Version 3.2.1
Last update 13. February 2017
Organization UnboundID Corp.
URL https://www.ldap.com/unboundid-ldap-sdk-for-java
License GNU General Public License version 2 (GPLv2)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
unboundid-ldapsdk-commercial-edition from group com.unboundid (version 3.2.1)
The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use
Java API for communicating with LDAP directory servers and performing
related tasks like reading and writing LDIF, encoding and decoding data
using base64 and ASN.1 BER, and performing secure communication. This
package contains the Commercial Edition of the LDAP SDK, which includes
all of the general-purpose functionality contained in the Standard
Edition, plus additional functionality specific to UnboundID server
products.
Group: com.unboundid Artifact: unboundid-ldapsdk-commercial-edition
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact unboundid-ldapsdk-commercial-edition
Group com.unboundid
Version 3.2.1
Last update 13. February 2017
Organization UnboundID Corp.
URL https://www.ldap.com/unboundid-ldap-sdk-for-java
License GNU General Public License version 2 (GPLv2)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.unboundid
Version 3.2.1
Last update 13. February 2017
Organization UnboundID Corp.
URL https://www.ldap.com/unboundid-ldap-sdk-for-java
License GNU General Public License version 2 (GPLv2)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
crypto4j-parent from group org.beiter.michael.crypto4j (version 1.0)
Group: org.beiter.michael.crypto4j Artifact: crypto4j-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
big-map_2.11 from group com.avast (version 1.1)
In some data processing tasks we need to use huge maps or sets that are bigger
than available JVM heap space or they are loading too slow to standard Java or Scala Maps.
We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets.
Some columns are used as a key and rest of columns as a value.
Idea of this library is simple. We can prepare these maps once (sort by key),
store it to file and then use it as memory mapped file.
Searching key in sorted file has log(n) complexity.
If more processes uses the same memory mapped file, it exists in memory just once (on Linux).
This file can be loaded lazy by OS.
Artifact big-map_2.11
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.11, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.11, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
big-map_2.10 from group com.avast (version 1.1)
In some data processing tasks we need to use huge maps or sets that are bigger
than available JVM heap space or they are loading too slow to standard Java or Scala Maps.
We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets.
Some columns are used as a key and rest of columns as a value.
Idea of this library is simple. We can prepare these maps once (sort by key),
store it to file and then use it as memory mapped file.
Searching key in sorted file has log(n) complexity.
If more processes uses the same memory mapped file, it exists in memory just once (on Linux).
This file can be loaded lazy by OS.
Artifact big-map_2.10
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
jet from group edu.nyu (version 1.9.0)
Information extraction is the process of identifying specified classes of entities, relations, and events in natural language text – creating structured data from unstructured input. JET, the Java Extraction Toolkit, developed at New York University over the past fifteen years, provides a rich set of tools for research and education in information extraction from English text. These include standard language processing tools such as a tokenizer, sentence segmenter, part-of-speech tagger, name tagger, regular-expression pattern matcher, and dependency parser. Also provided are relation and event extractors based on the specifications of the U.S. Government's ACE [Automatic Content Extraction] program. The program is provided under an Apache 2.0 license.
0 downloads
Artifact jet
Group edu.nyu
Version 1.9.0
Last update 21. June 2016
Organization New York University
URL http://cs.nyu.edu/grishman/jet/jet.html
License Apache License, Version 2.0
Dependencies amount 13
Dependencies opennlp-maxent, jyaml, trove4j, jwnl, commons-logging, joda-time, pnuts, mallet, mallet.fst, slf4j-api, slf4j-simple, fanseparser, junit,
There are maybe transitive dependencies!
Group edu.nyu
Version 1.9.0
Last update 21. June 2016
Organization New York University
URL http://cs.nyu.edu/grishman/jet/jet.html
License Apache License, Version 2.0
Dependencies amount 13
Dependencies opennlp-maxent, jyaml, trove4j, jwnl, commons-logging, joda-time, pnuts, mallet, mallet.fst, slf4j-api, slf4j-simple, fanseparser, junit,
There are maybe transitive dependencies!
ujmp from group org.ujmp (version 0.3.0)
The Universal Java Matrix Package (UJMP) is an open source library for dense and sparse matrix computations and
linear algebra in Java. In addition to the basic operations like matrix multiplication, matrix inverse or
decomposition methods, it also supports visualization, JDBC import/export and many other useful functions such
as mean, correlation, standard deviation, mutual information, or the replacement of missing values.
It's a swiss army knife for data processing in Java, tailored to machine learning applications.
Group: org.ujmp Artifact: ujmp
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ujmp
Group org.ujmp
Version 0.3.0
Last update 30. July 2015
Organization Universal Java Matrix Package
URL https://ujmp.org/
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.ujmp
Version 0.3.0
Last update 30. July 2015
Organization Universal Java Matrix Package
URL https://ujmp.org/
License GNU LESSER GENERAL PUBLIC LICENSE
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
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
Page 348 from 355 (items total 3546)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy