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

Download JAR files tagged by crosses with all dependencies

Search JAR files by class name

naughts-and-crosses-api-spring-app from group com.github.michaelruocco (version 0.1.36)

Group: com.github.michaelruocco Artifact: naughts-and-crosses-api-spring-app
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads

turf__boolean-crosses from group org.webjars.npm (version 6.5.0)

WebJar for @turf/boolean-crosses

Group: org.webjars.npm Artifact: turf__boolean-crosses
Show all versions Show documentation Show source 
 

0 downloads
Artifact turf__boolean-crosses
Group org.webjars.npm
Version 6.5.0
Last update 24. September 2021
Organization not specified
URL https://www.webjars.org
License MIT
Dependencies amount 5
Dependencies turf__invariant, turf__helpers, turf__line-intersect, turf__polygon-to-line, turf__boolean-point-in-polygon,
There are maybe transitive dependencies!

libpricealarm from group mobi.boilr (version 0.3.0)

Java alarms triggered when price crosses a boundary or surpasses given change.

Group: mobi.boilr Artifact: libpricealarm
Show all versions Show documentation Show source 
 

0 downloads
Artifact libpricealarm
Group mobi.boilr
Version 0.3.0
Last update 26. December 2016
Organization not specified
URL https://github.com/drpout/libpricealarm
License GNU LGPLv3+
Dependencies amount 1
Dependencies libdynticker,
There are maybe transitive dependencies!

libpricealarm from group mobi.boilr.libpricealarm (version 0.2.0)

Java alarms triggered when price crosses a boundary or surpasses given change.

Group: mobi.boilr.libpricealarm Artifact: libpricealarm
Show documentation Show source 
 

0 downloads
Artifact libpricealarm
Group mobi.boilr.libpricealarm
Version 0.2.0
Last update 25. March 2015
Organization not specified
URL https://github.com/drpout/libpricealarm
License GNU LGPLv3+
Dependencies amount 1
Dependencies libdynticker,
There are maybe transitive dependencies!

org.jbundle.util.biorhythm.osgi from group org.jbundle.util.biorhythm (version 0.8.8)

Group: org.jbundle.util.biorhythm Artifact: org.jbundle.util.biorhythm.osgi
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.jbundle.util.biorhythm.osgi
Group org.jbundle.util.biorhythm
Version 0.8.8
Last update 01. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.jbundle.util.biorhythm,
There are maybe transitive dependencies!

org.jbundle.util.biorhythm from group org.jbundle.util.biorhythm (version 0.8.8)

Group: org.jbundle.util.biorhythm Artifact: org.jbundle.util.biorhythm
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.jbundle.util.biorhythm
Group org.jbundle.util.biorhythm
Version 0.8.8
Last update 01. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.jbundle.util.muffinmanager, org.jbundle.util.biorhythm.i18n, org.jbundle.util.jcalendarbutton,
There are maybe transitive dependencies!

org.jbundle.util.biorhythm.i18n from group org.jbundle.util.biorhythm (version 0.8.8)

Group: org.jbundle.util.biorhythm Artifact: org.jbundle.util.biorhythm.i18n
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.jbundle.util.biorhythm.i18n
Group org.jbundle.util.biorhythm
Version 0.8.8
Last update 01. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jbundle-util-biorhythm-reactor from group org.jbundle.util.biorhythm (version 0.8.8)

Biorhythm Theory states that our lives are influenced by a Physical, Emotional, and Intellectual cycle which begin at birth. At birth, all three states start at the critical point and begin to rise to a positive peak, then cycle to a low point. On a day where the cycle crosses the critical point your abilities can vary wildly.

Group: org.jbundle.util.biorhythm Artifact: jbundle-util-biorhythm-reactor
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jbundle-util-biorhythm-reactor
Group org.jbundle.util.biorhythm
Version 0.8.8
Last update 01. April 2023
Organization not specified
URL http://www.jbundle.org/bio
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jbundle-util-biorhythm-jnlp from group org.jbundle.util.biorhythm (version 0.8.7)

Group: org.jbundle.util.biorhythm Artifact: jbundle-util-biorhythm-jnlp
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jbundle-util-biorhythm-jnlp
Group org.jbundle.util.biorhythm
Version 0.8.7
Last update 23. January 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies webstart-jnlp-servlet,
There are maybe transitive dependencies!

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!



Page 1 from 1 (items total 10)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy