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

These files are containing the class com.google.gson.JsonParser

com.google.gson.JsonParser

Group: com.ibm.g11n.pipeline Artifact: gp-ant-task
Show documentation Show source 
 

0 downloads
Artifact gp-ant-task
Group com.ibm.g11n.pipeline
Version 1.1.8
Last update 14. December 2017
Tags: globalization tools client pipeline java bluemix
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies gson, gp-java-client, gp-res-filter,
There are maybe transitive dependencies!

com.google.gson.JsonParser

Group: com.ibm.g11n.pipeline Artifact: gp-cli
Show documentation Show source 
 

2 downloads
Artifact gp-cli
Group com.ibm.g11n.pipeline
Version 1.1.8
Last update 14. December 2017
Tags: globalization tools client pipeline java bluemix
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jcommander, gson, gp-java-client, gp-res-filter,
There are maybe transitive dependencies!

com.google.gson.JsonParser

GraphAware Framework Module for Integrating Neo4j with Elasticsearch

Group: com.graphaware.neo4j Artifact: neo4j-to-elasticsearch
Show documentation Show source 
 

8 downloads
Artifact neo4j-to-elasticsearch
Group com.graphaware.neo4j
Version 3.3.1.51.7
Last update 14. December 2017
Tags: module with graphaware integrating neo4j framework elasticsearch
Organization Graph Aware Limited
URL http://graphaware.com
License GNU General Public License, version 3
Dependencies amount 7
Dependencies common, runtime, writer-api, writer, server, jest, jsonassert,
There are maybe transitive dependencies!

com.google.gson.JsonParser

IDMU Command Line

Group: com.ibm.util.merge Artifact: idmu-cli
Show documentation Show source 
 

8 downloads
Artifact idmu-cli
Group com.ibm.util.merge
Version 4.0.1
Last update 11. December 2017
Tags: idmu command line
Organization not specified
URL http://flatballflyer.github.io/IBM-Data-Merge-Utility-CLI/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies idmu,
There are maybe transitive dependencies!

com.google.gson.JsonParser

Group: org.overturetool.core Artifact: commandlinetool
Show documentation Show source 
 

2 downloads
Artifact commandlinetool
Group org.overturetool.core
Version 2.5.6
Last update 11. December 2017
Tags: computer development next techniques supports long analysis build eclipse open vienna tools written overture developing entirely generation systems platform application with support community modelling research history models project integrated environment source industrial dialects method java successful language design based
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies ast, parser, typechecker, pog, testframework, interpreter,
There are maybe transitive dependencies!

com.google.gson.JsonParser

Group: org.wso2.carbon.store Artifact: org.wso2.store.client
Show documentation Show source 
 

0 downloads
Artifact org.wso2.store.client
Group org.wso2.carbon.store
Version 2.4.20
Last update 11. December 2017
Tags: store apps features jaggery enterprise components modules wso2
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 7
Dependencies commons-cli, gson, httpclient, httpmime, commons-beanutils, org.wso2.carbon.logging, commons-io,
There are maybe transitive dependencies!

com.google.gson.JsonParser

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 documentation 
 

23 downloads

com.google.gson.JsonParser

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 documentation 
 

23 downloads

com.google.gson.JsonParser

Kairosdb implementation of EventListener from metrics-raw package.

Group: org.dshops Artifact: metrics-raw-kairosdb
Show documentation Show source 
 

0 downloads
Artifact metrics-raw-kairosdb
Group org.dshops
Version 0.6.0
Last update 07. December 2017
Tags: metrics implementation package from kairosdb eventlistener
Organization not specified
URL https://github.com/DanoOM/metrics-raw-kairosdb
License Apache 2.0
Dependencies amount 3
Dependencies metrics-raw, client, slf4j-api,
There are maybe transitive dependencies!

com.google.gson.JsonParser

Group: com.github.groupon.monsoon Artifact: monsoon-export
Show documentation Show source 
 

0 downloads
Artifact monsoon-export
Group com.github.groupon.monsoon
Version 2.3
Last update 07. December 2017
Tags: project root soon
Organization not specified
URL https://github.com/groupon/monsoon
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 10731 from 14250 (items total 142492)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy