Download JAR files tagged by mode with all dependencies
akka-cluster-experimental_2.10.0-RC1 from group com.typesafe.akka (version 2.1.0-RC1)
This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. An experimental module may be dropped in major releases without prior deprecation.
Group: com.typesafe.akka Artifact: akka-cluster-experimental_2.10.0-RC1
Show documentation Show source
Show documentation Show source
0 downloads
Artifact akka-cluster-experimental_2.10.0-RC1
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 2
Dependencies akka-remote_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 2
Dependencies akka-remote_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!
akka-remote-tests-experimental_2.10.0-RC1 from group com.typesafe.akka (version 2.1.0-RC1)
This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. An experimental module may be dropped in major releases without prior deprecation.
Group: com.typesafe.akka Artifact: akka-remote-tests-experimental_2.10.0-RC1
Show documentation Show source
Show documentation Show source
0 downloads
Artifact akka-remote-tests-experimental_2.10.0-RC1
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 3
Dependencies akka-remote_2.10.0-RC1, akka-testkit_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 3
Dependencies akka-remote_2.10.0-RC1, akka-testkit_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!
akka-sample-cluster-experimental_2.10.0-RC1 from group com.typesafe.akka (version 2.1.0-RC1)
This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. An experimental module may be dropped in major releases without prior deprecation.
Group: com.typesafe.akka Artifact: akka-sample-cluster-experimental_2.10.0-RC1
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact akka-sample-cluster-experimental_2.10.0-RC1
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 2
Dependencies akka-cluster-experimental_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 2
Dependencies akka-cluster-experimental_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!
akka-sample-multi-node-experimental_2.10.0-RC1 from group com.typesafe.akka (version 2.1.0-RC1)
Group: com.typesafe.akka Artifact: akka-sample-multi-node-experimental_2.10.0-RC1
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
smartcommit-jdbc from group com.github.olavloite (version 1.0)
Smart Commit JDBC Driver enables 'smartcommit' mode for all JDBC drivers.
In Smart Commit mode a JDBC connection will execute all queries in autocommit mode
until it encounters a write operations. From the first write operation until the
following commit or rollback, the connection will operate in transactional mode. It
will then switch back to autocommit and remain in autocommit until it once again
encounters a write operation. Using a JDBC connection in Smart Commit mode will
reduce the number of read locks needed.
Operating a JDBC connection in Smart Commit mode effectively reduces the isolation
level of a transaction to READ_COMMITTED for all queries that are executed *BEFORE*
a write operation in a transaction. All queries that are executed *AFTER* a write
operation in a transaction, will be executed using the configured isolation level of
the JDBC connection.
Artifact smartcommit-jdbc
Group com.github.olavloite
Version 1.0
Last update 01. October 2020
Organization not specified
URL https://github.com/olavloite/smartcommit
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.olavloite
Version 1.0
Last update 01. October 2020
Organization not specified
URL https://github.com/olavloite/smartcommit
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
beige-settings from group org.beigesoft (version 1.1.3)
It helps to quickly make settings for class and its fields of with properties XML.
Instead of create a lot of files to describe every class and its fields it use describing by type, by name.
E.g. setting "java.lang.Integer"-"INTEGER NOT NULL" will be assigned fo every field of this type.
Of course it can be overriden by settings for field name and so on.
It is used by beige-web to describe how to render an entity and convert from HTML value.
It is used by beige-orm to describe how to map an entity to a DBMS.
It make simple settings - Map<String, String>, e.g. "title"-"Beige ORM 1.1",
class settings Map<String, Map<String, String>>,
e.g. "org.mode.Customer"-["defaultOrder"-"ITSNAME", "wdgFilterOrder"-"filterOrderStd"],
fields settings Map<String, Map<String, Map<String, String>>>,
e.g. "org.mode.Customer"-["itsId"["wdgNew"-"null", "wdgFilter"-"filterNumber"]]
0 downloads
Artifact beige-settings
Group org.beigesoft
Version 1.1.3
Last update 24. December 2016
Organization not specified
URL http://www.beigesoft.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies beige-common,
There are maybe transitive dependencies!
Group org.beigesoft
Version 1.1.3
Last update 24. December 2016
Organization not specified
URL http://www.beigesoft.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies beige-common,
There are maybe transitive dependencies!
ConfigurableReports from group com.vectorprint (version 9.2)
This powerful reporting library aims to simplify producing reports using iText. The most demanding and coding intensive tasks
when producing reports with iText are how to get from data to report elements, how to style those blocks and how to evaluate (debug) the resulting report
layout. Exactly those three tasks are simplified by this library: xml configuration and/or annotations to
transform existing Java data objects into report block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug
mode to help evaluate your report.
Group: com.vectorprint Artifact: ConfigurableReports
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact ConfigurableReports
Group com.vectorprint
Version 9.2
Last update 12. August 2016
Organization VectorPrint
URL https://github.com/eduarddrenth/ConfigurableReports/wiki
License GNU Affero General Public License v3
Dependencies amount 4
Dependencies itextpdf, sac, Config, junit,
There are maybe transitive dependencies!
Group com.vectorprint
Version 9.2
Last update 12. August 2016
Organization VectorPrint
URL https://github.com/eduarddrenth/ConfigurableReports/wiki
License GNU Affero General Public License v3
Dependencies amount 4
Dependencies itextpdf, sac, Config, junit,
There are maybe transitive dependencies!
ReportQrSupport from group com.vectorprint (version 8.10)
0 downloads
Artifact ReportQrSupport
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies javase, ConfigurableReports,
There are maybe transitive dependencies!
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies javase, ConfigurableReports,
There are maybe transitive dependencies!
ReportingParent from group com.vectorprint (version 8.10)
This powerful reporting library aims to simplify producing reports using iText. The most demanding and coding intensive tasks
when producing reports with iText are how to get from data to report elements, how to style those blocks and how to evaluate (debug) the resulting report
layout. Exactly those three tasks are simplified by this library: xml configuration and/or annotations to
transform existing Java data objects into report block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug
mode to help evaluate your report.
Group: com.vectorprint Artifact: ReportingParent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ReportingParent
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization VectorPrint
URL http://vectorprintreport.java.net
License GNU Affero General Public License v3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization VectorPrint
URL http://vectorprintreport.java.net
License GNU Affero General Public License v3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
ks-server-http from group eu.fbk.knowledgestore (version 1.7.1)
The HTTP server module (ks-server-http) implements the Web API of
the KnowledgeStore, which includes the two CRUD and SPARQL endpoints.
The CRUD Endpoint supports the retrieval and manipulation of
semi-structured data about resource, mention, entity and axiom records
(encoded in RDF, possibly using JSONLD), and the upload / download of
resource representation. The SPARQL Endpoint supports SPARQL SELECT,
CONSTRUCT, DESCRIBE and ASK queries according to the W3C SPARQL
protocol. The two endpoints are implemented on top of a component
implementing the KnowledgeStore Java API (the Store interface), which
can be either the the KnowledgeStore frontend (ks-frontend) or the Java
Client. The implementation of the module is based on the Jetty Web sever
(run in embedded mode) and the Jersey JAX-RS implementation. Reference
documentation of the Web API is automatically generated using the
Enunciate tool.
Group: eu.fbk.knowledgestore Artifact: ks-server-http
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact ks-server-http
Group eu.fbk.knowledgestore
Version 1.7.1
Last update 08. October 2015
Organization not specified
URL http://www.fbk.eu
License not specified
Dependencies amount 19
Dependencies slf4j-api, guava, sesame-model, jetty-server, jetty-jmx, jetty-webapp, jetty-security, jetty-util, javax.servlet-api, javax.ws.rs-api, jersey-server, jersey-common, jersey-media-multipart, jersey-mvc, jersey-mvc-mustache, logback-access, sesame-query, ks-core, ks-server,
There are maybe transitive dependencies!
Group eu.fbk.knowledgestore
Version 1.7.1
Last update 08. October 2015
Organization not specified
URL http://www.fbk.eu
License not specified
Dependencies amount 19
Dependencies slf4j-api, guava, sesame-model, jetty-server, jetty-jmx, jetty-webapp, jetty-security, jetty-util, javax.servlet-api, javax.ws.rs-api, jersey-server, jersey-common, jersey-media-multipart, jersey-mvc, jersey-mvc-mustache, logback-access, sesame-query, ks-core, ks-server,
There are maybe transitive dependencies!
Page 70 from 3 (items total 716)