All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by unique with all dependencies

Search JAR files by class name

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 
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!

splittransformation from group com.cleveroad (version 0.9.0)

Here comes a new Android library for those who are tired of old boring image sliding in mobile apps. Bitutorial is a simple way to add a unique transition between slides. Whether your application supports a sliding tutorial or image change feature, you certainly want to create a memorable experience.

Group: com.cleveroad Artifact: splittransformation
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact splittransformation
Group com.cleveroad
Version 0.9.0
Last update 17. May 2016
Organization not specified
URL https://github.com/Cleveroad/Bitutorial
License MIT License
Dependencies amount 2
Dependencies gridlayout-v7, appcompat-v7,
There are maybe transitive dependencies!

ctrl4testng from group io.github.mfulton26.ctrl4testng (version 1.1)

CTRL4TestNG provides an SLF4J Logger that can be used from any TestNG method tied to an ITestResult, namely Before, After, and Test annotations. Each separate method will have its own unique Logger and can be used with TestNG's parallel testing support making it clear which logs came from which method even when data-driven.

Group: io.github.mfulton26.ctrl4testng Artifact: ctrl4testng
Show all versions Show documentation Show source 
 

1 downloads
Artifact ctrl4testng
Group io.github.mfulton26.ctrl4testng
Version 1.1
Last update 10. February 2015
Organization not specified
URL https://mfulton26.github.io/ctrl4testng/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, testng, guava,
There are maybe transitive dependencies!

izpack-standalone-compiler from group izpack (version 3.7.2)

IzPack is an installers generator for the Java platform. It produces lightweight installers that can be run on any operating system where a Java virtual machine is available. Depending on the operating system, it can be launched by a double-click or a simple 'java -jar installer.jar' on a shell. The most common use is to distribute applications for the Java platform, but you can also use it for other kinds of projects. The main benefit of IzPack is that it provides a clean and unique way of distributing a project to users using different operating systems.

Group: izpack Artifact: izpack-standalone-compiler

 

0 downloads
Artifact izpack-standalone-compiler
Group izpack
Version 3.7.2
Last update 08. November 2005
Organization not specified
URL http://izforge.com/izpack/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

orajsoda from group com.oracle.database.soda (version 1.1.7.3)

SODA for Java is a library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store. You can use SODA to perform create, read, update, and delete (CRUD) operations on JSON documents, as well as arbitrary binary documents (images, PDFs, mp3s, etc). For all types of documents, CRUD operations are driven by keys (each document in SODA has a unique key). For JSON documents, in addition to keys, operations can be driven by easy to use pattern-like queries knowns as QBEs (queries-by-example).

Group: com.oracle.database.soda Artifact: orajsoda
Show all versions Show documentation Show source 
 

0 downloads
Artifact orajsoda
Group com.oracle.database.soda
Version 1.1.7.3
Last update 24. April 2024
Organization not specified
URL https://docs.oracle.com/en/database/oracle/simple-oracle-document-access/java/index.html/
License MIT
Dependencies amount 2
Dependencies ojdbc8, javax.json,
There are maybe transitive dependencies!

unum from group io.github.kgsnipes (version 1.03)

With distributed systems being developed as a part of the cloud age. With focus on performance associated with an application dependent on one DB instance, there is a need to bring down the dependency to a database to generate unique numbers for creating a private key when lots of data needs to be stored in the database tables. This library is intended to provide a way of generating unique numbers on the fly in a JAVA based distributed system. This is not a new concept but this library helps in keeping you focused on the business logic that you need to develop for your applications rather than spending time on how this is done. Typically applications powered by RDBMS can leverage the benefit as instant scalability might not be available for these setups when the load to the system spikes.

Group: io.github.kgsnipes Artifact: unum
Show all versions Show documentation Show source 
 

0 downloads
Artifact unum
Group io.github.kgsnipes
Version 1.03
Last update 02. November 2021
Organization not specified
URL https://github.com/kgsnipes/unum
License MIT License
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

Sorry, this artifact is removed by the owner.

siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.9)

FunctionExecutors 1. GeoWithinFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string) OR (geoJSONGeometry string, geoJSONGeometryFence string) Output : true if (longitude, latitude) or geoJSONGeometry is within the geoJSONGeometryFence 2. GeoIntersectsFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string) OR (geoJSONGeometry string, geoJSONGeometryFence string) Output : true if (longitude, latitude) or geoJSONGeometry intersects the geoJSONGeometryFence 3. GeoWithinDistanceFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string, distance double) OR (geoJSONGeometry string, geoJSONGeometryFence string, distance double) Output : true if (longitude, latitude) or geoJSONGeometry is within distance of the geoJSONGeometryFence StreamProcessors 1. GeoCrossesStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string) Output : an event with `crosses` additional attribute set to true when the object ((longitude, latitude) or geoJSONGeometry) crosses into geoJSONGeometryFence and an event with `crosses` additional attribute set to false when the object crosses out of the geoJSONGeometryFence 2. GeoStationaryStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double) Output : when the object ((longitude, latitude) or geoJSONGeometry) starts being stationary within the radius an event with `stationary` additional attribute set to true. When the object starts to move out of the radius an event with `stationary` additional attribute set to false. 3. GeoProximityStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double) Output : when two objects ((longitude, latitude) or geoJSONGeometry) starts being in close proximity within the radius an event with `inCloseProximity` additional attribute set to true. When the object starts to move out of the radius an event with `inCloseProximity` additional. attribute set to false. On each event, additional attributes `proximityWith` gives the id of the object that this object is in close proximity and `proximityId` is an id unique to the pair of objects

Group: org.wso2.extension.siddhi.gpl.execution.geo Artifact: siddhi-gpl-execution-geo
Show all versions Show documentation 
 

23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.9
Last update 19. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!

netbeans-eid-generator from group pl.wavesoftware (version 0.4.0)

<p>Generates a unique Exception ID, that can be used in Java source code.</p> <p>In order to use this plugin type <code>Ctrl+Space</code> inside empty String literal. This will generate new unique identifier as a <i>Code Completion</i>. That generated EID can be used, for example, to identify your exceptions.</p> <p> Example usage (This is technical runtime exception, a posible bug. This plugin can be used to quickly fill unique bug id.):<br /> <code>try {<br /> &nbsp;&nbsp;&nbsp;&nbsp;shuldWorkIfNoBugsExists();<br /> } catch (IOException ex) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br /> }</code> </p>

Group: pl.wavesoftware Artifact: netbeans-eid-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact netbeans-eid-generator
Group pl.wavesoftware
Version 0.4.0
Last update 01. December 2015
Organization Wave Software
URL https://github.com/wavesoftware/eid-generator
License The MIT License (MIT)
Dependencies amount 8
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-completion, org-openide-util, org-openide-util-ui, org-openide-util-lookup, org-netbeans-modules-options-api, org-openide-awt, eid-exceptions,
There are maybe transitive dependencies!

rupy from group com.google.code.p (version 0.2.4)

Weighing less than 50KB, Rupy is probably the smallest Java NIO application server in the world. Rupy is inherently non-blocking asynchronous, which makes it the ideal candidate for high concurrency real-time applications pushing dynamic data. Tested with acme, rupy performs on average ~1500 requests per second. To put that figure in perspective; acme doesn't use keep-alive, so that means 1500 unique TCP connections serving dynamic content per second! Thanks to NIO and an event queue to avoid selector trashing, this figure degrades gracefully under high concurrency.

Group: com.google.code.p Artifact: rupy
Show documentation Show source 
 

0 downloads
Artifact rupy
Group com.google.code.p
Version 0.2.4
Last update 27. September 2008
Organization not specified
URL http://code.google.com/p/rupy/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 29 from 31 (items total 305)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy