Download JAR files tagged by encapsulated with all dependencies
secure-sockets from group uk.gov.dwp.tls (version 1.7.0)
Encapsulated class to offer a common patter to create trust and mutually authenticated HTTPS connections
0 downloads
Artifact secure-sockets
Group uk.gov.dwp.tls
Version 1.7.0
Last update 16. June 2020
Organization not specified
URL https://github.com/dwp/https-common-client-utility
License MIT License
Dependencies amount 4
Dependencies slf4j-api, jackson-databind, secure-strings, httpclient,
There are maybe transitive dependencies!
Group uk.gov.dwp.tls
Version 1.7.0
Last update 16. June 2020
Organization not specified
URL https://github.com/dwp/https-common-client-utility
License MIT License
Dependencies amount 4
Dependencies slf4j-api, jackson-databind, secure-strings, httpclient,
There are maybe transitive dependencies!
devkit from group cc.stacks (version 1.0.5-RELEASE)
This is a Self-encapsulated open toolkit for speeding up development and providing tools such as
security, response, logging and identity tokens.
Artifact devkit
Group cc.stacks
Version 1.0.5-RELEASE
Last update 16. April 2019
Organization not specified
URL https://github.com/skai-zhang/DevKit
License GNU General Public License v3.0
Dependencies amount 5
Dependencies commons-codec, slf4j-api, gson, javax.mail, okhttp,
There are maybe transitive dependencies!
Group cc.stacks
Version 1.0.5-RELEASE
Last update 16. April 2019
Organization not specified
URL https://github.com/skai-zhang/DevKit
License GNU General Public License v3.0
Dependencies amount 5
Dependencies commons-codec, slf4j-api, gson, javax.mail, okhttp,
There are maybe transitive dependencies!
multi-kafka-starter from group io.github.vipjoey (version 3.0)
SpringBoot integrates multiple Kafka data sources with zero coding, supports any
Kafka cluster, and has been encapsulated into a small module that integrates all Kafka
configurations, allowing attention to return to the business itself.
Group: io.github.vipjoey Artifact: multi-kafka-starter
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact multi-kafka-starter
Group io.github.vipjoey
Version 3.0
Last update 02. September 2024
Organization not specified
URL ${projectUrl}
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies spring-boot-starter, mmc-juc, spring-kafka, lombok, jackson-core, jackson-databind, jackson-annotations,
There are maybe transitive dependencies!
Group io.github.vipjoey
Version 3.0
Last update 02. September 2024
Organization not specified
URL ${projectUrl}
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies spring-boot-starter, mmc-juc, spring-kafka, lombok, jackson-core, jackson-databind, jackson-annotations,
There are maybe transitive dependencies!
mmc-juc from group io.github.vipjoey (version 1.1)
Leveraging AI large models, the multi-threaded library encapsulated based on ForkJoinPool is particularly suitable for single long-task scenarios,
such as traversing DB and other retrieval tasks. It also supports batch processing of small tasks, such as batch processing of Kafka messages,
and is ready to use out of the box.
0 downloads
Artifact mmc-juc
Group io.github.vipjoey
Version 1.1
Last update 01. September 2024
Organization not specified
URL ${projectUrl}
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!
Group io.github.vipjoey
Version 1.1
Last update 01. September 2024
Organization not specified
URL ${projectUrl}
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!
silhouette from group io.github.freddychen (version 0.0.3)
Encapsulated common Android controls, such as sletextbutton, sleimagebutton, sleconstraintlayout, sleframelayout, slelinearlayout, slerelativelayout, etc. Make the control have the functions of shape and selector, and save the cumbersome steps of writing shape or selector files. In addition, it supports n color gradients, which makes up for the deficiency that the native shape file only supports three colors (startcolor / centercolor / endcolor).
Group: io.github.freddychen Artifact: silhouette
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact silhouette
Group io.github.freddychen
Version 0.0.3
Last update 24. February 2022
Organization not specified
URL https://github.com/FreddyChen/Silhouette.git
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies core-ktx, appcompat, material,
There are maybe transitive dependencies!
Group io.github.freddychen
Version 0.0.3
Last update 24. February 2022
Organization not specified
URL https://github.com/FreddyChen/Silhouette.git
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies core-ktx, appcompat, material,
There are maybe transitive dependencies!
jiron from group net.jalg (version 1.0)
jiron is a library for working with encapsulated tokens. Encapsulated tokens can
be used to encrypt and sign arbitrary messages, pass them around in untrusted
environments (e.g. the Web), receive them back and still be sure that noone
has seen or modified the original token.
This is useful for authentication tokens, e.g. in the context of authorization
delegation or cookie-based Web authentication.
Artifact jiron
Group net.jalg
Version 1.0
Last update 13. August 2013
Organization not specified
URL https://github.com/algermissen/jiron
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.jalg
Version 1.0
Last update 13. August 2013
Organization not specified
URL https://github.com/algermissen/jiron
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
accessive from group com.j2speed (version 1.1.1)
Sometimes we sacrifice encapsulation just to let us access a method or field of an object from its unit tests. This framework uses reflection and dynamic proxies to access private portion of your objects, allowing you to keep them strongly encapsulated and still be able to test their internals using the provided accessors.
Artifact accessive
Group com.j2speed
Version 1.1.1
Last update 24. September 2011
Organization not specified
URL http://code.google.com/p/accessive/
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jsr305, annotations,
There are maybe transitive dependencies!
Group com.j2speed
Version 1.1.1
Last update 24. September 2011
Organization not specified
URL http://code.google.com/p/accessive/
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jsr305, annotations,
There are maybe transitive dependencies!
brap from group no.tornado.brap (version 1.0.1)
BRAP is a Java and Android remoting protocol that uses native Java object serialization, encapsulated in HTTP.
It aims to be an alternative to Spring HttpInvoker and Spring Security
especially when you don't need or want the dependencies of Spring in your client, for example when
building a rich client app or an Android app where size is important.
The authentication mechanism lets you use your own domain objects as credentials.
Server configuration can be expressed solely in web.xml or by subclassing the ProxyServlet but
there is also an optional SpringProxyServlet available for seamless Spring Integration.
BRAP focuses on being easy to use, small in size (9 kb), yet powerful and extensible.
The client uses a pluggable TransportProvider with default implementations for HttpURLConnection and
Apache HttpClient.
Group: no.tornado.brap Artifact: brap
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact brap
Group no.tornado.brap
Version 1.0.1
Last update 18. January 2013
Organization SYSE AS
URL http://brap.tornado.no/
License Apache License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group no.tornado.brap
Version 1.0.1
Last update 18. January 2013
Organization SYSE AS
URL http://brap.tornado.no/
License Apache License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
dbvolution10 from group nz.co.gregs (version 1.0.1)
Advanced Library to Remove Object Relational Impedance.
DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL.
DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes.
Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily.
Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety.
The queries performed by DBvolution are always available for debugging and checking by DBAs before release.
There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz.
0 downloads
Artifact dbvolution10
Group nz.co.gregs
Version 1.0.1
Last update 11. June 2023
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 31
Dependencies mysql-connector-java, h2, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind, jbcrypt, commons-lang3, commons-crypto, compiler, ojdbc10, regexi, separatedstring, core, looper,
There are maybe transitive dependencies!
Group nz.co.gregs
Version 1.0.1
Last update 11. June 2023
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 31
Dependencies mysql-connector-java, h2, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind, jbcrypt, commons-lang3, commons-crypto, compiler, ojdbc10, regexi, separatedstring, core, looper,
There are maybe transitive dependencies!
dbvolution7 from group nz.co.gregs (version 1.0.0)
Advanced Library to Remove Object Relational Impedance.
DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL.
DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes.
Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily.
Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety.
The queries performed by DBvolution are always available for debugging and checking by DBAs before release.
There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz.
0 downloads
Artifact dbvolution7
Group nz.co.gregs
Version 1.0.0
Last update 27. May 2019
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 23
Dependencies mysql-connector-java, h2, mysql-connector-mxj, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind,
There are maybe transitive dependencies!
Group nz.co.gregs
Version 1.0.0
Last update 27. May 2019
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 23
Dependencies mysql-connector-java, h2, mysql-connector-mxj, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind,
There are maybe transitive dependencies!
Page 3 from 3 (items total 41)