Download JAR files tagged by counterparts with all dependencies
proguard-services-mapper-gradle from group com.github.gianttreelp.proguardservicesmapper (version 1.1)
A utility to map Java services to their obfuscated counterparts.
Group: com.github.gianttreelp.proguardservicesmapper Artifact: proguard-services-mapper-gradle
Show documentation Show source
Show documentation Show source
0 downloads
Artifact proguard-services-mapper-gradle
Group com.github.gianttreelp.proguardservicesmapper
Version 1.1
Last update 29. January 2022
Organization not specified
URL https://github.com/GiantTreeLP/proguard-services-mapper
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
Group com.github.gianttreelp.proguardservicesmapper
Version 1.1
Last update 29. January 2022
Organization not specified
URL https://github.com/GiantTreeLP/proguard-services-mapper
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
proguard-services-mapper-common from group com.github.gianttreelp.proguardservicesmapper (version 1.1)
A utility to map Java services to their obfuscated counterparts.
Group: com.github.gianttreelp.proguardservicesmapper Artifact: proguard-services-mapper-common
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact proguard-services-mapper-common
Group com.github.gianttreelp.proguardservicesmapper
Version 1.1
Last update 29. January 2022
Organization not specified
URL https://github.com/GiantTreeLP/proguard-services-mapper
License MIT License
Dependencies amount 1
Dependencies proguard-base,
There are maybe transitive dependencies!
Group com.github.gianttreelp.proguardservicesmapper
Version 1.1
Last update 29. January 2022
Organization not specified
URL https://github.com/GiantTreeLP/proguard-services-mapper
License MIT License
Dependencies amount 1
Dependencies proguard-base,
There are maybe transitive dependencies!
proguard-services-mapper-cli from group com.github.gianttreelp.proguardservicesmapper (version 1.1)
A utility to map Java services to their obfuscated counterparts.
Group: com.github.gianttreelp.proguardservicesmapper Artifact: proguard-services-mapper-cli
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact proguard-services-mapper-cli
Group com.github.gianttreelp.proguardservicesmapper
Version 1.1
Last update 29. January 2022
Organization not specified
URL https://github.com/GiantTreeLP/proguard-services-mapper
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.gianttreelp.proguardservicesmapper
Version 1.1
Last update 29. January 2022
Organization not specified
URL https://github.com/GiantTreeLP/proguard-services-mapper
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
exceptional-dione from group de.team33.patterns (version 1.20.0)
Contains variants of basic functional constructs that can throw checked exceptions,
tools for converting them to their more manageable counterparts, exception types useful for this,
and some tools for exception handling.
Group: de.team33.patterns Artifact: exceptional-dione
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact exceptional-dione
Group de.team33.patterns
Version 1.20.0
Last update 21. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.team33.patterns
Version 1.20.0
Last update 21. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
exceptional-01 from group de.team33.patterns (version 1.13.0)
Contains variants of basic functional constructs that can throw checked exceptions,
tools for converting them to their more manageable counterparts, exception types useful for this,
and some tools for exception handling.
0 downloads
Artifact exceptional-01
Group de.team33.patterns
Version 1.13.0
Last update 18. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.team33.patterns
Version 1.13.0
Last update 18. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
rouplex-niossl-parent from group org.rouplex (version 1.0.3)
Rouplex-Niossl is a java SPI (service provider interface) for secure (SSL/TLS), selectable, socket channels.
Some of the classes in the java.nio.channels package have been extended by secure counterparts that can be used
side by side, or replace existing instances of the plain implementations. This package contains just the entry
point calls for instantiating such instances, as well as a non-functional, default implementation. For a
concrete implementation of these classes you can take a look at Rouplex-Niossl-Spi, which would be included as
a separate dependency to your applications.
More specifically this library defines SSLSocketChannel class to inherit from SocketChannel,
SSLServerSocketChannel to inherit from ServerSocketChannel and SSLSelector to inherit from SSLSelector. One or
more instances of SSLSocketChannel can be registered with an (or more) instance of SSLSelector to be selected
upon, with the same exact semantics a SocketChannel would expect from registering with a Selector. Further, a
mixture of SocketChannels and SSLSocketChannels can be registered simultaneously with an SSLSelector. The
secure counterparts abide to the same API and semantics defined for plain channels at
https://docs.oracle.com/javase/8/docs/api/java/nio/channels/package-summary.html. This way, the existing
products can be easily updated to provide secure communication and new products can achieve security of data in
transit by using the already proven and excellent patterns for communication such as nio.
Group: org.rouplex Artifact: rouplex-niossl-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 rouplex-niossl-parent
Group org.rouplex
Version 1.0.3
Last update 23. September 2017
Organization not specified
URL https://github.com/rouplex/rouplex-niossl
License FreeBSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.rouplex
Version 1.0.3
Last update 23. September 2017
Organization not specified
URL https://github.com/rouplex/rouplex-niossl
License FreeBSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
rouplex-niossl from group org.rouplex (version 1.9.3)
Rouplex-Niossl is a java SPI (service provider interface) for secure (SSL/TLS), selectable, socket channels.
Some of the classes in the java.nio.channels package have been extended by secure counterparts that can be used
side by side, or replace existing instances of the plain implementations. This package contains just the entry
point calls for instantiating such instances, as well as a non-functional, default implementation. For a
concrete implementation of these classes you can take a look at Rouplex-Niossl-Spi, which would be included as
a separate dependency to your applications.
More specifically this library defines SSLSocketChannel class to inherit from SocketChannel,
SSLServerSocketChannel to inherit from ServerSocketChannel and SSLSelector to inherit from SSLSelector. One or
more instances of SSLSocketChannel can be registered with an (or more) instance of SSLSelector to be selected
upon, with the same exact semantics a SocketChannel would expect from registering with a Selector. Further, a
mixture of SocketChannels and SSLSocketChannels can be registered simultaneously with an SSLSelector. The
secure counterparts abide to the same API and semantics defined for plain channels at
https://docs.oracle.com/javase/8/docs/api/java/nio/channels/package-summary.html. This way, the existing
products can be easily updated to provide secure communication and new products can achieve security of data in
transit by using the already proven and excellent patterns for communication such as nio.
1 downloads
Artifact rouplex-niossl
Group org.rouplex
Version 1.9.3
Last update 23. September 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.rouplex
Version 1.9.3
Last update 23. September 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 1 from 1 (items total 7)