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

Download JAR files tagged by move with all dependencies

Search JAR files by class name

akka-contrib_2.13.0-RC2 from group com.typesafe.akka (version 2.5.23)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject 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. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.13.0-RC2
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.13.0-RC2
Group com.typesafe.akka
Version 2.5.23
Last update 21. May 2019
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.13.0-RC2, akka-cluster_2.13.0-RC2, akka-cluster-tools_2.13.0-RC2, akka-persistence_2.13.0-RC2,
There are maybe transitive dependencies!

akka-contrib_2.13.0-M5 from group com.typesafe.akka (version 2.5.23)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject 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. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.13.0-M5
Show all versions Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.13.0-M5
Group com.typesafe.akka
Version 2.5.23
Last update 21. May 2019
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.13.0-M5, akka-cluster_2.13.0-M5, akka-cluster-tools_2.13.0-M5, akka-persistence_2.13.0-M5,
There are maybe transitive dependencies!

akka-contrib_2.13.0-RC1 from group com.typesafe.akka (version 2.5.22)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject 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. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.13.0-RC1
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.13.0-RC1
Group com.typesafe.akka
Version 2.5.22
Last update 30. April 2019
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.13.0-RC1, akka-cluster_2.13.0-RC1, akka-cluster-tools_2.13.0-RC1, akka-persistence_2.13.0-RC1,
There are maybe transitive dependencies!

akka-contrib_2.13.0-M3 from group com.typesafe.akka (version 2.5.17)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject 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. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.13.0-M3
Show all versions Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.13.0-M3
Group com.typesafe.akka
Version 2.5.17
Last update 28. September 2018
Organization Lightbend Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.13.0-M3, akka-cluster_2.13.0-M3, akka-cluster-tools_2.13.0-M3, akka-persistence_2.13.0-M3,
There are maybe transitive dependencies!

data-distribution-api-vivo_1_09 from group edu.cornell.library.scholars (version 1.1.1)

--------------------------------------------------------------------------- Version for VIVO 1.9 This uses the source and test code from the Version for VIVO 1.10, edited to make it compatible with VIVO 1.9. It also borrows some code from VIVO 1.10 itself, changes the package name to avoid conflicts, and adds it here. * Vitro 1.9 uses Jena 2, not Jena 3, and Commons Lang 2, not 3, so modify the "import" statements in the Data Distribution code accordingly. * Vitro 1.9 has an earlier version of "...webapp.utils.sparqlrunner" package, so borrow the source from Vitro 1.10, move it to a different package so it won't conflict with the 1.9 version, modify it to use Jena 2 and Commons Lang 2, and modify the Data Distribution API code to use this sparqlrunner package. * Vitro 1.9 has an earlier version of "...webapp.utils.configuration" package, so borrow the source from Vitro 1.10, move it to a different package so it won't conflict with the 1.9 version, modify it to use Jena 2 and Commons Lang 2, and modify the Data Distribution API code to use this configuration package. Make these modifications, compile, JAR it up, and deploy. ---------------------------------------------------------------------------

Group: edu.cornell.library.scholars Artifact: data-distribution-api-vivo_1_09
Show all versions Show documentation Show source 
 

0 downloads
Artifact data-distribution-api-vivo_1_09
Group edu.cornell.library.scholars
Version 1.1.1
Last update 25. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies vitro-api, vitro-dependencies,
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!

flakka-contrib_2.11 from group com.data-artisans (version 2.3-custom)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject 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. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.data-artisans Artifact: flakka-contrib_2.11
Show documentation Show source 
 

0 downloads
Artifact flakka-contrib_2.11
Group com.data-artisans
Version 2.3-custom
Last update 15. December 2016
Organization Typesafe Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 4
Dependencies scala-library, flakka-remote_2.11, flakka-cluster_2.11, flakka-persistence-experimental_2.11,
There are maybe transitive dependencies!

flakka-contrib_2.10 from group com.data-artisans (version 2.3-custom)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject 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. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.data-artisans Artifact: flakka-contrib_2.10
Show documentation Show source 
 

0 downloads
Artifact flakka-contrib_2.10
Group com.data-artisans
Version 2.3-custom
Last update 15. December 2016
Organization Typesafe Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 4
Dependencies scala-library, flakka-remote_2.10, flakka-cluster_2.10, flakka-persistence-experimental_2.10,
There are maybe transitive dependencies!

akka-contrib_2.12.0-RC2 from group com.typesafe.akka (version 2.4.12)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject 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. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.12.0-RC2
Show all versions Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.12.0-RC2
Group com.typesafe.akka
Version 2.4.12
Last update 31. October 2016
Organization Lightbend Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.12.0-RC2, akka-cluster_2.12.0-RC2, akka-cluster-tools_2.12.0-RC2, akka-persistence_2.12.0-RC2,
There are maybe transitive dependencies!

akka-contrib_2.10 from group com.typesafe.akka (version 2.3.16)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject 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. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.10
Show all versions Show documentation Show source 
 

2 downloads
Artifact akka-contrib_2.10
Group com.typesafe.akka
Version 2.3.16
Last update 28. October 2016
Organization Typesafe Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 4
Dependencies scala-library, akka-remote_2.10, akka-cluster_2.10, akka-persistence-experimental_2.10,
There are maybe transitive dependencies!



Page 9 from 11 (items total 106)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy