Download JAR files tagged by vert with all dependencies
neo4vertx from group org.openpcf (version 1.3.2)
Vert.x module to read and write a Neo4J graph database. Updated to support
the latest version of Vert.x and Neo4J (both 2.1 at the time of writing).
Artifact neo4vertx
Group org.openpcf
Version 1.3.2
Last update 12. August 2014
Organization Open Provisioning and Control Framework
URL https://www.openpcf.org/projects/externals
License GNU General Public License (GPL) version 3.0
Dependencies amount 1
Dependencies neo4j-server,
There are maybe transitive dependencies!
Group org.openpcf
Version 1.3.2
Last update 12. August 2014
Organization Open Provisioning and Control Framework
URL https://www.openpcf.org/projects/externals
License GNU General Public License (GPL) version 3.0
Dependencies amount 1
Dependencies neo4j-server,
There are maybe transitive dependencies!
vertx-validation from group fr.myprysm.vertx (version 0.1.3)
Validation micro-framework for Vert.x Json API.
Broadly use combinator pattern and suppliers to provide
a fluent and readable validation for any kind of primitive type, enums, JsonObject and JsonArray
0 downloads
Artifact vertx-validation
Group fr.myprysm.vertx
Version 0.1.3
Last update 20. June 2018
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies vertx-json,
There are maybe transitive dependencies!
Group fr.myprysm.vertx
Version 0.1.3
Last update 20. June 2018
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies vertx-json,
There are maybe transitive dependencies!
zeko-sql-builder from group io.zeko (version 1.5.6)
Zeko SQL Builder is a high-performance lightweight SQL library written for Kotlin language. It is designed to be flexible, portable, and fun to use. This library provides handy SQL wrapping DSL and a RDB client which is an abstraction on top on JDBC (currently supports HikariCP and Vert.x JDBC driver client)
0 downloads
Artifact zeko-sql-builder
Group io.zeko
Version 1.5.6
Last update 05. June 2024
Organization not specified
URL https://github.com/darkredz/Zeko-SQL-Builder
License Apache License, Version 2.0
Dependencies amount 11
Dependencies kotlin-stdlib, vertx-core, joda-time, vertx-sql-common, jasync-postgresql, jasync-mysql, zeko-data-mapper, HikariCP, vertx-jdbc-client, vertx-lang-kotlin, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
Group io.zeko
Version 1.5.6
Last update 05. June 2024
Organization not specified
URL https://github.com/darkredz/Zeko-SQL-Builder
License Apache License, Version 2.0
Dependencies amount 11
Dependencies kotlin-stdlib, vertx-core, joda-time, vertx-sql-common, jasync-postgresql, jasync-mysql, zeko-data-mapper, HikariCP, vertx-jdbc-client, vertx-lang-kotlin, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
vertx-sql-assist from group org.mirrentools (version 4.2.4)
vertx-sql-assist is the SQL operation help tool of Vert.x,
which provides the support of insert, delete, update, query, join,
paging query, cooperate with SqlAssist help class, it basically does
not need to write a line of SQL code.
0 downloads
Artifact vertx-sql-assist
Group org.mirrentools
Version 4.2.4
Last update 09. February 2022
Organization Mirren Tools
URL https://mirrentools.org
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.mirrentools
Version 4.2.4
Last update 09. February 2022
Organization Mirren Tools
URL https://mirrentools.org
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
vertx-swagger-parent from group com.github.phiz71 (version 1.6.0)
This project aims to provide a code generator based on Swagger to create web server with Vert.X and Vert.X Web.
It contains 2 modules:
- vertx-swagger-router : a generic Router which can be configured with a swagger definition
- vertx-swagger-codegen : a library which has to be used with Swagger Codegen Generator
Group: com.github.phiz71 Artifact: vertx-swagger-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact vertx-swagger-parent
Group com.github.phiz71
Version 1.6.0
Last update 17. February 2018
Organization not specified
URL https://github.com/phiz71/vertx-swagger
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.phiz71
Version 1.6.0
Last update 17. February 2018
Organization not specified
URL https://github.com/phiz71/vertx-swagger
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
xapi-gwtc-impl from group net.wetheinter (version 0.5)
This module contains the business logic of running gwt compiles.
It implements and exposes all functionality of the gwt compiler,
and should only ever be included in dev-mode runtimes that need to perform gwt compiles.
In the maven plugin, the jre frontend and this backend are used together in one runtime.
In the collide plugin, the gwt frontend runs in the browser, and this backend runs in vert.x server.
0 downloads
Artifact xapi-gwtc-impl
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 7
Dependencies xapi-jre-inject, xapi-gwt, xapi-gwtc-api, xapi-dev-shell, gwt-dev, gwt-user, junit,
There are maybe transitive dependencies!
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 7
Dependencies xapi-jre-inject, xapi-gwt, xapi-gwtc-api, xapi-dev-shell, gwt-dev, gwt-user, junit,
There are maybe transitive dependencies!
xapi from group net.wetheinter (version 0.5)
XApi is a dependency injection, service-oriented, polyglot java framework.
It is comprised of standalone modules for use in web, desktop and mobile java applications.
This codebase enables complete reuse of all code across your java stack,
as well as the ability to easily define your own Platform, so you can
build your own customized runtime environment to extend or replace existing platforms.
It is currently geared towards servlets and gwt clients, but the target we are currently developing include:
java, gwt [webkit, firefox, ie], javafx, playn [android, ios, flash], appengine & vert.x
For Google Web Toolkit, we also include reflection support,
more complete emulation of java.lang.Class, zero-overhead dependency injection,
a range of code generation utilities, and even "magic-method injection"
(for production compiles any method in the app can be swapped out with
others based on configuration properties, or any AST mangling / code generating
methods you wish to write).
There is also a bytecode transformer in the works which will replace calls
into the DI utility with direct references to static final factories,
to allow the java compiler to completely erase all injection overhead in all java runtimes.
Group: net.wetheinter Artifact: xapi
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact xapi
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization The Internet Party
URL https://github.com/${github.account}/xapi
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization The Internet Party
URL https://github.com/${github.account}/xapi
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
gwt-reflect from group net.wetheinter (version 2.5.1)
Artifact gwt-reflect
Group net.wetheinter
Version 2.5.1
Last update 23. February 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies xapi-dev-source, gwt-method-inject,
There are maybe transitive dependencies!
Group net.wetheinter
Version 2.5.1
Last update 23. February 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies xapi-dev-source, gwt-method-inject,
There are maybe transitive dependencies!
gwt-method-inject from group net.wetheinter (version 2.5.1)
Artifact gwt-method-inject
Group net.wetheinter
Version 2.5.1
Last update 23. February 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.wetheinter
Version 2.5.1
Last update 23. February 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
Page 63 from 63 (items total 629)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy