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

Download JAR files tagged by mesh with all dependencies

Search JAR files by class name

envoy-control-root from group pl.allegro.tech.servicemesh (version 0.8.0)

Production-ready Control Plane for Service Mesh based on Envoy Proxy.

Group: pl.allegro.tech.servicemesh Artifact: envoy-control-root
Show documentation Show source 
 

0 downloads
Artifact envoy-control-root
Group pl.allegro.tech.servicemesh
Version 0.8.0
Last update 19. September 2019
Organization not specified
URL https://github.com/allegro/envoy-control
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jcsg-meshextensions from group eu.mihosoft.jcsg.ext.mesh (version 0.5.1)

JCSG extension library for producing high-quality meshes from JCSG mesh objects.

Group: eu.mihosoft.jcsg.ext.mesh Artifact: jcsg-meshextensions
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcsg-meshextensions
Group eu.mihosoft.jcsg.ext.mesh
Version 0.5.1
Last update 23. July 2017
Organization not specified
URL https://github.com/miho/JCSG-MeshExtensions
License BSD 2-Clause
Dependencies amount 6
Dependencies vugshell, vugshell, ugshell-dist, jcsg, jcsg, jcsg,
There are maybe transitive dependencies!

io7m-r2-meshes-arrayobject from group com.io7m.r2 (version 0.2.1)

3D renderer (Functions to produce OpenGL array objects from mesh parsers)

Group: com.io7m.r2 Artifact: io7m-r2-meshes-arrayobject
Show all versions Show documentation Show source 
 

0 downloads
Artifact io7m-r2-meshes-arrayobject
Group com.io7m.r2
Version 0.2.1
Last update 02. January 2017
Organization not specified
URL http://io7m.github.io/r2/
License not specified
Dependencies amount 7
Dependencies io7m-r2-meshes, io7m-r2-core, io7m-jcanephora-core, io7m-jnull-core, io7m-junreachable-core, io7m-jpra-runtime-java, slf4j-api,
There are maybe transitive dependencies!

chaos-mesh from group com.marcnuri.yakc.apis (version 0.0.28)

Retrofit2 based Java interfaces to create a REST API client and model files for Chaos Mesh.

Group: com.marcnuri.yakc.apis Artifact: chaos-mesh
Show all versions Show documentation Show source 
 

0 downloads
Artifact chaos-mesh
Group com.marcnuri.yakc.apis
Version 0.0.28
Last update 22. September 2023
Organization not specified
URL https://github.com/manusa/yakc
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kubernetes-model,
There are maybe transitive dependencies!

pubsubplus-connector-kafka-sink from group com.solace.connector.kafka.connect (version 3.0.0)

The PubSub+ Kafka Sink Connector consumes Kafka topic records and streams them to the PubSub+ Event Mesh as topic and/or queue data events.

Group: com.solace.connector.kafka.connect Artifact: pubsubplus-connector-kafka-sink
Show all versions Show documentation Show source 
 

0 downloads
Artifact pubsubplus-connector-kafka-sink
Group com.solace.connector.kafka.connect
Version 3.0.0
Last update 25. August 2023
Organization Solace
URL https://github.com/SolaceProducts/pubsubplus-connector-kafka-sink
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

julielab-concept-creation-mesh from group de.julielab (version 1.3.1)

This project contains algorithms to create database concepts from the XML version of the MeSH. There is a full API to work with MeSH XML in this project.

Group: de.julielab Artifact: julielab-concept-creation-mesh
Show all versions Show documentation Show source 
 

0 downloads
Artifact julielab-concept-creation-mesh
Group de.julielab
Version 1.3.1
Last update 23. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies julielab-concept-db-manager-core, assertj-core, jgrapht-jdk1.5, slf4j-api, julielab-neo4j-plugins-concepts-representation ,
There are maybe transitive dependencies!

createmesh from group uk.theretiredprogrammer (version 2.0.0)

Create a mesh of 3D surfaces suitable for Blender presentation, from a custom format file of 3D points

Group: uk.theretiredprogrammer Artifact: createmesh
Show documentation Show source 
 

0 downloads
Artifact createmesh
Group uk.theretiredprogrammer
Version 2.0.0
Last update 29. June 2017
Organization not specified
URL http://www.theretiredprogrammer.uk/createmesh
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

openshift-activemq-plugin from group org.projectodd.openshift.ping (version 1.0.0.Beta7-swarm-1)

Provides a discovery agent that integrates with OpenShift capabilities for resolving other brokers in mesh by OpenShift service name.

Group: org.projectodd.openshift.ping Artifact: openshift-activemq-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact openshift-activemq-plugin
Group org.projectodd.openshift.ping
Version 1.0.0.Beta7-swarm-1
Last update 01. December 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies activemq-client, jboss-dmr,
There are maybe transitive dependencies!

ner-import from group de.cit-ec.scie (version 2.0.1)

Tool used to import ontologies from various file formats (native simple XML used for the small ontologies, NCBI MeSH, NCBI Taxonomy) into the internal NER ontology database.

Group: de.cit-ec.scie Artifact: ner-import
Show all versions Show documentation Show source 
 

0 downloads
Artifact ner-import
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 2
Dependencies ner-core, ner-mapdb,
There are maybe transitive dependencies!

straightedge from group com.massisframework (version 0.8)

Includes 2 main parts: - Path finding through 2D polygons using the A star algorithm and navigation-mesh generation Field of vision / shadows / line of sight / lighting. The basic polygon and point classes are the KPolygon and KPoint. KPolygon contains a list of KPoints for vertices as well as a center (centroid), area, and radius (circular bound or distance from center to furthest point). KPolygon was born out of the need for a more game-oriented and flexible polygon class than the Path2D class in the standard Java library. KPolygon implements java.awt.geom.Shape so it can be easily drawn and filled by Java2D's Graphics2D object. - This API provides path-finding and field-of-vision. For other complex geometric operations such as buffering (fattening and shrinking) and constructive area geometry (intersections and unions) it is recommended to use the excellent Java Topology Suite (JTS). The standard Java2D library also provides the Area class which can be used for some constructive area geometry operations. Note that there is a utility class PolygonConverter that can quickly convert KPolygons to JTS polygons and vice versa.

Group: com.massisframework Artifact: straightedge
Show documentation Show source 
 

1 downloads
Artifact straightedge
Group com.massisframework
Version 0.8
Last update 21. December 2015
Organization not specified
URL https://github.com/rpax/straightedge
License New BSD License
Dependencies amount 1
Dependencies jts,
There are maybe transitive dependencies!



Page 26 from 26 (items total 260)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy