jcabi-aspects 0.22.6-1 source package in Ubuntu

Changelog

jcabi-aspects (0.22.6-1) unstable; urgency=medium

  [ Mechtilde ]
  * [c2e9c83] Fixed URL to Homepage

 -- Mechtilde Stehmann <email address hidden>  Sat, 08 May 2021 15:29:57 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jcabi-aspects_0.22.6-1.dsc 2.1 KiB f668c20919d66162925b6c2aa27f01449a886ce0d383151965a36685b9a81d2f
jcabi-aspects_0.22.6.orig.tar.xz 51.6 KiB 7539c749fefdd585af27bba1a28d270d22c21aeb6f3096991f6ef44d3bdc7b3e
jcabi-aspects_0.22.6-1.debian.tar.xz 4.4 KiB cf4ac02e1f07e9b3560da165ffb24defb6087d72b6b664d1711aa5011552e0fe

No changes file available.

Binary packages built by this source

libjcabi-aspects-java: Collection of AOP/AspectJ Java Aspects

 This module contains a collection of useful AOP aspects, which allow you
 to modify the behavior of a Java application without writing a line of
 code.
 .
 For example, you may want to retry HTTP resource downloading in case of
 failure. You can implement a full do/while cycle yourself, or you can
 annotate your method with @RetryOnFailure and let one of the AOP
 aspects do the work for you.