Download JAR files tagged by columns with all dependencies
hbase from group com.google.code.maven-play-plugin.org.apache.hbase (version 0.21.0-20100622)
HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data.
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
of commodity hardware.
Group: com.google.code.maven-play-plugin.org.apache.hbase Artifact: hbase
Show documentation Show source
Show documentation Show source
3 downloads
Artifact hbase
Group com.google.code.maven-play-plugin.org.apache.hbase
Version 0.21.0-20100622
Last update 11. March 2013
Organization Apache Software Foundation
URL http://hbase.apache.org
License Apache 2
Dependencies amount 34
Dependencies commons-cli, commons-httpclient, commons-lang, commons-logging, log4j, thrift, slf4j-api, guava, hadoop-core, zookeeper, jetty, jetty-util, servlet-api-2.5, jsp-2.1, jsp-api-2.1, jasper-runtime, jasper-compiler, jruby-complete, protobuf-java, jersey-core, jersey-json, jersey-server, jaxb-api, jsr311-api, stax-api, slf4j-log4j12, avro, slf4j-api, jackson-core-asl, jackson-mapper-asl, junit, mockito-all, hadoop-test, guava,
There are maybe transitive dependencies!
Group com.google.code.maven-play-plugin.org.apache.hbase
Version 0.21.0-20100622
Last update 11. March 2013
Organization Apache Software Foundation
URL http://hbase.apache.org
License Apache 2
Dependencies amount 34
Dependencies commons-cli, commons-httpclient, commons-lang, commons-logging, log4j, thrift, slf4j-api, guava, hadoop-core, zookeeper, jetty, jetty-util, servlet-api-2.5, jsp-2.1, jsp-api-2.1, jasper-runtime, jasper-compiler, jruby-complete, protobuf-java, jersey-core, jersey-json, jersey-server, jaxb-api, jsr311-api, stax-api, slf4j-log4j12, avro, slf4j-api, jackson-core-asl, jackson-mapper-asl, junit, mockito-all, hadoop-test, guava,
There are maybe transitive dependencies!
DynamicJasper from group ar.com.fdvs (version 5.3.9)
DynamicJasper (DJ) is an API that hides the complexity of Jasper
Reports, it helps developers to save time when designing
simple/medium complexity reports generating the layout of the
report elements automatically. It creates reports dynamically,
defining at runtime the columns, column width (auto width), groups,
variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size
and everything else that you can define at design time.
DJ keeps full compatibility with Jasper Reports since
it's a tool that helps create reports programmatically in
a easy way (it only interferes with the creation of the report
design doing the layout of the elements).
You can use the classic .jrxml files as templates while the
content and layout of the report elements are handled by the DJ
API.
http://dynamicjasper.com
241 downloads
Artifact DynamicJasper
Group ar.com.fdvs
Version 5.3.9
Last update 16. August 2023
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 3
Dependencies jasperreports, commons-beanutils, xmlgraphics-commons,
There are maybe transitive dependencies!
Group ar.com.fdvs
Version 5.3.9
Last update 16. August 2023
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 3
Dependencies jasperreports, commons-beanutils, xmlgraphics-commons,
There are maybe transitive dependencies!
DynamicJasper-core-fonts from group ar.com.fdvs (version 2.1)
DynamicJasper (DJ) is an API that hides the complexity of Jasper
Reports, it helps developers to save time when designing
simple/medium complexity reports generating the layout of the
report elements automatically. It creates reports dynamically,
defining at runtime the columns, column width (auto width), groups,
variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size
and everything else that you can define at design time.
This dependency provides basic ttf font files to be used along with DynamicJasper
This packages requires JasperReports 6.3.1 or newer
http://dynamicjasper.com
Artifact DynamicJasper-core-fonts
Group ar.com.fdvs
Version 2.1
Last update 06. March 2023
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper-core-fonts
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group ar.com.fdvs
Version 2.1
Last update 06. March 2023
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper-core-fonts
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
DynamicJasper-test-fonts from group ar.com.fdvs (version 2.0.0)
DynamicJasper (DJ) is an API that hides the complexity of Jasper
Reports, it helps developers to save time when designing
simple/medium complexity reports generating the layout of the
report elements automatically. It creates reports dynamically,
defining at runtime the columns, column width (auto width), groups,
variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size
and everything else that you can define at design time.
This dependency provides basic ttf font files to be used along with DynamicJasper.
This packages requires JasperReports 6.3.1 or newer
http://dynamicjasper.com
Artifact DynamicJasper-test-fonts
Group ar.com.fdvs
Version 2.0.0
Last update 21. May 2019
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper-test-fonts
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group ar.com.fdvs
Version 2.0.0
Last update 21. May 2019
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper-test-fonts
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
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!
big-map_2.9 from group com.avast (version 1.0)
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.9
Group com.avast
Version 1.0
Last update 16. January 2015
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.9.3, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
Group com.avast
Version 1.0
Last update 16. January 2015
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.9.3, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
GroovyConsole from group cz.datalite.zk-dl (version 1.4.5)
Artifact GroovyConsole
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!
zk-dl-private from group cz.datalite.zk-dl (version 1.4.5)
Group: cz.datalite.zk-dl Artifact: zk-dl-private
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zk-dl-private
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License GNU LESSER GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 1
Dependencies DLHelpers,
There are maybe transitive dependencies!
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License GNU LESSER GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 1
Dependencies DLHelpers,
There are maybe transitive dependencies!
TabboxMoveAndHelp from group cz.datalite.zk-dl (version 1.4.5)
Artifact TabboxMoveAndHelp
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies ZKComposer,
There are maybe transitive dependencies!
Group cz.datalite.zk-dl
Version 1.4.5
Last update 02. May 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies ZKComposer,
There are maybe transitive dependencies!
Page 14 from 3 (items total 145)