javapoet 1.13.0-1 source package in Ubuntu

Changelog

javapoet (1.13.0-1) unstable; urgency=medium

  * New upstream version 1.13.0

 -- tony mancill <email address hidden>  Mon, 06 Jul 2020 08:36:47 -0700

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
javapoet_1.13.0-1.dsc 2.0 KiB b28201ecae43b8efb3a9221c14c5cc323f017c67002b1558f4c2aaecdaa5976f
javapoet_1.13.0.orig.tar.xz 71.5 KiB b2181f46a78d1362df6ce422a07d00a9320a195fc15d412f26479e4781ffb276
javapoet_1.13.0-1.debian.tar.xz 2.2 KiB 5a9df7f3e8902e1d36af16ba8e310fe369d15efe0ead85a981b55dbc8ea6fa54

Available diffs

No changes file available.

Binary packages built by this source

libjavapoet-java: Java API for generating .java source files

 Source file generation can be useful when doing things such as annotation
 processing or interacting with metadata files (e.g., database schemas,
 protocol formats). By generating code, you eliminate the need to write
 boilerplate while also keeping a single source of truth for the metadata.