Download JAR files tagged by increase with all dependencies
function-utils from group io.github.serg-maximchuk (version 1.1.6)
Dependency-free utility library born to reduce the code size and increase it's readability when dealing
with lambdas, and some more! It will help you to write java code in more functional style.
Group: io.github.serg-maximchuk Artifact: function-utils
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact function-utils
Group io.github.serg-maximchuk
Version 1.1.6
Last update 02. April 2020
Organization not specified
URL https://github.com/serg-maximchuk/function-utils
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.github.serg-maximchuk
Version 1.1.6
Last update 02. April 2020
Organization not specified
URL https://github.com/serg-maximchuk/function-utils
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
perfana-events-wiremock from group nl.stokpop (version 0.0.1)
geoapi from group org.opengis (version 3.0.2)
The development community in building GIS solutions is sustaining an enormous level
of effort. The GeoAPI project aims to reduce duplication and increase interoperability
by providing neutral, interface-only APIs derived from OGC/ISO Standards.
Artifact geoapi
Group org.opengis
Version 3.0.2
Last update 24. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.opengis
Version 3.0.2
Last update 24. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
geoapi-parent from group org.opengis (version 3.0.2)
The development community in building GIS solutions is sustaining an enormous
level of effort. The GeoAPI project aims to reduce duplication and increase
interoperability by providing neutral, interface-only APIs derived from OGC/ISO
Standards.
Group: org.opengis Artifact: geoapi-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 geoapi-parent
Group org.opengis
Version 3.0.2
Last update 24. January 2023
Organization Open Geospatial Consortium
URL http://www.geoapi.org/
License OGC copyright
Dependencies amount 1
Dependencies unit-api,
There are maybe transitive dependencies!
Group org.opengis
Version 3.0.2
Last update 24. January 2023
Organization Open Geospatial Consortium
URL http://www.geoapi.org/
License OGC copyright
Dependencies amount 1
Dependencies unit-api,
There are maybe transitive dependencies!
beanrunner from group net.sf.beanrunner (version 1.0.0)
This project provides a meaningful way to increase
code coverage of your jUnit and TestNG tests. Unit testing Java Beans
can be a tedious task. The goal of this project is to provide an
automated way to unit test the getters and setters of a class.
1 downloads
Artifact beanrunner
Group net.sf.beanrunner
Version 1.0.0
Last update 15. September 2016
Organization not specified
URL http://beanrunner.sourceforge.net
License Mozilla Public License 1.0 (MPL)
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
Group net.sf.beanrunner
Version 1.0.0
Last update 15. September 2016
Organization not specified
URL http://beanrunner.sourceforge.net
License Mozilla Public License 1.0 (MPL)
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
org.gvnix.root from group org.gvnix (version 2.0.0.M1)
Group: org.gvnix Artifact: org.gvnix.root
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
dream-core from group org.objectweb.dream.dreamcore (version 2.2)
Group: org.objectweb.dream.dreamcore Artifact: dream-core
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
enos-dm-api-pojo from group com.envisioniot (version 2.5.11)
EnOS Device And Asset API pojo
0.2.14-SNAPSHOT ota api pojo and event
0.2.20-SNAPSHOT The Response objects returned by GetEvent and SearchEvent queries are added (including:
outputData, eventName, outputNames fields)
0.2.21-SNAPSHOT Increase the internationalization of the four-element description field of the model
0.2.22-SNAPSHOT add some pojo class for private api
0.2.23-SNAPSHOT model-service open api的接口中thingModel增加category模型类型字段
0.2.24-SNAPSHOT 部分search接口增加realTime字段
0.2.25-SNAPSHOT firmware add tag function
0.2.27-SNAPSHOT add max and min fields
0.2.28-SNAPSHOT asset tree api for amc/city infra
0.2.29-SNAPSHOT fix thingModel enableMeasurepointValidate
0.2.30-SNAPSHOT enhancement of search model and update asset and alert engine 增加告警规则sdk
0.2.31-SNAPSHOT move asset node
2.4.0-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA
2.4.1-SNAPSHOT service parameter supports "Required" and "Default Value" fields
2.4.2-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA jar 升级
2.4.3-SNAPSHOT add alert-engine v2.5 alertRule openAPI
0 downloads
Artifact enos-dm-api-pojo
Group com.envisioniot
Version 2.5.11
Last update 08. February 2024
Organization not specified
URL http://git.eniot.io/iotdev/enos-commons-all.git
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jaxb-api, enos-commons-api-pojo, apim-poseidon, lombok, commons-codec, hibernate-validator,
There are maybe transitive dependencies!
Group com.envisioniot
Version 2.5.11
Last update 08. February 2024
Organization not specified
URL http://git.eniot.io/iotdev/enos-commons-all.git
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jaxb-api, enos-commons-api-pojo, apim-poseidon, lombok, commons-codec, hibernate-validator,
There are maybe transitive dependencies!
SaltedKey from group com.rcastrucci.dev (version 1.2.0)
A simple repository to salt a secret key and verify its authenticity. Developed to be used in mobile applications while communicating with a server side using an Api. Instead of sending an apikey straight on the request, SaltedKey can generate a temporary public key, valid for one time use and during a specific time frame, default time is set to 60 seconds. This public key can be sent on request and on server side SaltedKey can verify its authenticity. The Salt is based on time millis and uses the algorithm SHA-256 to create the temporary public key. The public key base will change every time it exceeds the time frame. This library can increase the API security. Even if the public key used on request is exposed, no one will be able to use it again! As it is a one time use only.
0 downloads
Artifact SaltedKey
Group com.rcastrucci.dev
Version 1.2.0
Last update 02. April 2023
Organization not specified
URL https://github.com/rcastrucci/saltedkey
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.rcastrucci.dev
Version 1.2.0
Last update 02. April 2023
Organization not specified
URL https://github.com/rcastrucci/saltedkey
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
mydtt-plus-spring-boot-starter from group io.github.weasley-j (version 1.3.5)
MyDtt-Plus is a starter of spring-boot, It is an object-oriented Java framework that helps developers increase
productivity, "Domain Driven Table" is the concept of DTT, It makes you focus more on domain objects rather than
tables. Aims to make it easy to automatically create DB tables based on your Java model with annotation driven.
It's also support the ability of create table automatically for MyBatis what Hibernate can do and optionally
export SQL to local file,Each table can be added database name concat with table name and fully comments, It can
work with ORM frameworks such as MyBatis-Plus and MyBatis with little learning and usage costs. It's worth
mentioning that DTT can be MyBatis-Plus is integrated in a 0-code way, just like JPA. However, MyDtt-Plus and
MyBatis-Plus may be easier to expand and use than JPA. In addition to supporting the functions of JPA, DDT
provides multi-table associated SQL DDL based on MyBatis operation, DTT support databases server for MYSQL,
ORACLE, DB2, SQLSERVER, MARIADB, POSTGRESQL and embedded database for H2, HSQL, DERBY.
Group: io.github.weasley-j Artifact: mydtt-plus-spring-boot-starter
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact mydtt-plus-spring-boot-starter
Group io.github.weasley-j
Version 1.3.5
Last update 20. August 2022
Organization not specified
URL https://github.com/Weasley-J/mydtt-plus-spring-boot-starter
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 16
Dependencies spring-boot-starter-validation, spring-boot-starter-aop, spring-boot-starter, hutool-all, commons-lang3, commons-io, therapi-runtime-javadoc, jackson-databind, jackson-annotations, jackson-datatype-jsr310, spring-boot-starter-jdbc, velocity-engine-core, mybatis, mybatis-spring, mybatis-plus-core, jsqlparser,
There are maybe transitive dependencies!
Group io.github.weasley-j
Version 1.3.5
Last update 20. August 2022
Organization not specified
URL https://github.com/Weasley-J/mydtt-plus-spring-boot-starter
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 16
Dependencies spring-boot-starter-validation, spring-boot-starter-aop, spring-boot-starter, hutool-all, commons-lang3, commons-io, therapi-runtime-javadoc, jackson-databind, jackson-annotations, jackson-datatype-jsr310, spring-boot-starter-jdbc, velocity-engine-core, mybatis, mybatis-spring, mybatis-plus-core, jsqlparser,
There are maybe transitive dependencies!
Page 5 from 5 (items total 50)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy