Download JAR files tagged by real with all dependencies
andhow-annotation-processor-tests from group org.yarnandtail (version 0.4.1.1)
'Real world' compile-time testing of the annotation processor.
Its impossible/hard to fully replicate the compile time environment
including annotation processing, class generation, service loading, etc..
This module contains standard and edge case classes container AndHow
properties. Unit tests then check to ensure that PropertyRegistrars
were generated and registered as services for each top level class
containing Properties.
Group: org.yarnandtail Artifact: andhow-annotation-processor-tests
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact andhow-annotation-processor-tests
Group org.yarnandtail
Version 0.4.1.1
Last update 14. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
Group org.yarnandtail
Version 0.4.1.1
Last update 14. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
chat-android-with-symbols from group com.twilio (version 7.0.1)
Twilio Programmable Chat makes it easy for you to add chat features into your web and native mobile applications without building or scaling a real-time chat backend. Chat has all the necessary APIs and features to integrate with your business logic to ensure you are in control. This version contains native symbols which could be used to symbolicate stack traces of native crashes using crashlytics or similar tools
Group: com.twilio Artifact: chat-android-with-symbols
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chat-android-with-symbols
Group com.twilio
Version 7.0.1
Last update 26. August 2021
Organization not specified
URL https://www.twilio.com/docs/chat
License TWILIO-TOS
Dependencies amount 4
Dependencies relinker, okhttp, nv-websocket-client, appcompat,
There are maybe transitive dependencies!
Group com.twilio
Version 7.0.1
Last update 26. August 2021
Organization not specified
URL https://www.twilio.com/docs/chat
License TWILIO-TOS
Dependencies amount 4
Dependencies relinker, okhttp, nv-websocket-client, appcompat,
There are maybe transitive dependencies!
LBFGS from group com.github.thssmonkey (version 1.0.4)
Limited-memory BFGS (L-BFGS) is an optimization algorithm in the family of quasi-Newton methods that approximates the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm using a limited amount of computer memory. It is a popular algorithm for parameter estimation in machine learning. The algorithm's target problem is to minimize f(x) over unconstrained values of the real-vector x where f is a differentiable scalar function.
0 downloads
Artifact LBFGS
Group com.github.thssmonkey
Version 1.0.4
Last update 16. May 2019
Organization not specified
URL https://github.com/thssmonkey/LBFGS
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies flink-scala_${scala.binary.version}, flink-streaming-scala_${scala.binary.version}, flink-clients_${scala.binary.version}, flink-ml_${scala.binary.version},
There are maybe transitive dependencies!
Group com.github.thssmonkey
Version 1.0.4
Last update 16. May 2019
Organization not specified
URL https://github.com/thssmonkey/LBFGS
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies flink-scala_${scala.binary.version}, flink-streaming-scala_${scala.binary.version}, flink-clients_${scala.binary.version}, flink-ml_${scala.binary.version},
There are maybe transitive dependencies!
connect-composite-restapp from group cd.connect.composites.java (version 1.1)
composite REST app - this represents the baseline version that the Connect-Java repository uses
for building microservice based REST apps. As they are all Jersey based, there is no real need for
Spring or Guice. They always include Tracing, Prometheus, Health checks, Application Lifecycle, easy
config injection, Bathe for application start with Service Loader initializers.
We are focused on using JIB for Docker generation.
Artifact connect-composite-restapp
Group cd.connect.composites.java
Version 1.1
Last update 07. May 2019
Organization not specified
URL https://clearpointnz.github.io/connect/
License Apache License 2.0
Dependencies amount 17
Dependencies connect-composite-prometheus, connect-composite-tracing, opentracing-jaxrs2, connect-app-declare-config, connect-app-lifecycle, connect-composite-jersey, connect-jersey-common, connect-java-logging-log4j2, connect-composite-logging, connect-prometheus-jersey, connect-java-jackson, jersey-container-grizzly2-http, bathe-booter, system-property-loader, jul-bridge, connect-env-logging, connect-env-property-headers,
There are maybe transitive dependencies!
Group cd.connect.composites.java
Version 1.1
Last update 07. May 2019
Organization not specified
URL https://clearpointnz.github.io/connect/
License Apache License 2.0
Dependencies amount 17
Dependencies connect-composite-prometheus, connect-composite-tracing, opentracing-jaxrs2, connect-app-declare-config, connect-app-lifecycle, connect-composite-jersey, connect-jersey-common, connect-java-logging-log4j2, connect-composite-logging, connect-prometheus-jersey, connect-java-jackson, jersey-container-grizzly2-http, bathe-booter, system-property-loader, jul-bridge, connect-env-logging, connect-env-property-headers,
There are maybe transitive dependencies!
android-sdk-ext from group com.theneura (version 5.3.6)
Thank you for choosing Neura. Neura intelligently transforms customer engagement by delivering live, actionable insights based on each userâs real-world behavior. Brands that utilize Neuraâs groundbreaking technology adapt to each userâs unique needs, delivering contextually relevant, real-time interactions and personalized customer experiencesâdriving engagement, retention, and monetization. We are excited to see what you will accomplish with our SDK!
Group: com.theneura Artifact: android-sdk-ext
Show documentation
Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact android-sdk-ext
Group com.theneura
Version 5.3.6
Last update 26. February 2019
Organization not specified
URL https://dev.theneura.com
License Neura SDK License
Dependencies amount 6
Dependencies design, appcompat-v7, play-services-gcm, play-services-location, play-services-awareness, volley,
There are maybe transitive dependencies!
Group com.theneura
Version 5.3.6
Last update 26. February 2019
Organization not specified
URL https://dev.theneura.com
License Neura SDK License
Dependencies amount 6
Dependencies design, appcompat-v7, play-services-gcm, play-services-location, play-services-awareness, volley,
There are maybe transitive dependencies!
android-util from group net.morimekta.utils (version 3.0.1)
Utility classes mimicking classes from android.os and android.net.morimekta.util that
does not really require an android phone to run. Created to facilitate
testing and usage of android compatible libraries without having to run
it on an actual phone.
Note that android.os.Parcel and android.os.Bundle only supports a
subset of it's original interface as these parts actually are dependent
on the native phone library to work properly, or they have no real need
on modern phones / outside android.
503 downloads
Artifact android-util
Group net.morimekta.utils
Version 3.0.1
Last update 08. September 2018
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.morimekta.utils
Version 3.0.1
Last update 08. September 2018
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
zay-es from group com.massisframework (version 1.2.1)
Zay-ES (pronounced 'zay us' like Dr. Zaius) is a light weight flexible Entity Component System. Entity Component Systems use a data-oriented design approach that employs composition to build complex applications of systems. Systems are application code the operates on only a subset of the data components of an entity. Zay-ES is a data management library that facilitates these designs. It supports real-time in-memory entity components as well as persistent components, even at the same time.
Artifact zay-es
Group com.massisframework
Version 1.2.1
Last update 20. December 2016
Organization not specified
URL https://github.com/jMonkeyEngine-Contributions/zay-es
License New BSD (3-clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.massisframework
Version 1.2.1
Last update 20. December 2016
Organization not specified
URL https://github.com/jMonkeyEngine-Contributions/zay-es
License New BSD (3-clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
adblockerdetector from group com.cuneytayyildiz (version 1.0.0)
Many ad blockers exist on Android, this is a real problem for developers that rely on ad incomes. This project proposes an open source library that can detect most of ad blockers. Then developers can display a dialog to inform user that an ad blocker has been detected and to propose, for example, to buy an ad-free version of the application or to quit.
Group: com.cuneytayyildiz Artifact: adblockerdetector
Show documentation
Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact adblockerdetector
Group com.cuneytayyildiz
Version 1.0.0
Last update 15. August 2016
Organization not specified
URL https://github.com/Swisyn/AdBlockerDetector
License The MIT License (MIT)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.cuneytayyildiz
Version 1.0.0
Last update 15. August 2016
Organization not specified
URL https://github.com/Swisyn/AdBlockerDetector
License The MIT License (MIT)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
taverna-reference-testhelpers from group org.apache.taverna.engine (version 3.1.0-incubating)
In order to properly test OSGi-loaded t2ference modules
we need a module that is entire external
to t2reference and to the test cases. If the test
implementations are included in either the api, core
implementations or test modules they will be loaded by the root
classloader of the test runner - by putting them in an
independent artifact we allow them to be loaded through
various SPI discovery mechanisms as they would be in a 'real'
environment.
Group: org.apache.taverna.engine Artifact: taverna-reference-testhelpers
Show documentation Show source
Show documentation Show source
0 downloads
Artifact taverna-reference-testhelpers
Group org.apache.taverna.engine
Version 3.1.0-incubating
Last update 06. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies taverna-reference-api, log4j,
There are maybe transitive dependencies!
Group org.apache.taverna.engine
Version 3.1.0-incubating
Last update 06. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies taverna-reference-api, log4j,
There are maybe transitive dependencies!
nextreports-server-client from group ro.nextreports (version 9.2)
NextReports Server allows you to schedule NextReports and Jasper reports and to automatically deliver reports via
E-mail, FTP, SSH, Windows Share, WebDAV to your business contacts in most popular file formats like HTML, EXCEL, PDF, RTF, CSV, TSV, TXT, XML.
NextReports Server will present your charts, table reports and alarm reports in real time inside dashboards.
Users can perform data analyze using drill-down and pivot structures.
Group: ro.nextreports Artifact: nextreports-server-client
Show all versions Show documentation Show source
Show all versions Show documentation Show source
5 downloads
Artifact nextreports-server-client
Group ro.nextreports
Version 9.2
Last update 05. April 2016
Organization not specified
URL https://github.com/nextreports/nextreports-server
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group ro.nextreports
Version 9.2
Last update 05. April 2016
Organization not specified
URL https://github.com/nextreports/nextreports-server
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 85 from 3 (items total 985)