How do I give players an enchanted book?

I want to set a command to give a player an Unbreaking V book (rare item in crate) however I'm not sure how to do it, as the way I normally give enchanted items just gives me a enchanted book with Unbreaking V but it can't be applied to items through an anvil, so I'm assuming it's different for books?
Or, alternatively, is it that it's impossible to give out-of-vanilla-Minecraft enchanted book, as Unbreaking III books would still be sufficient!
Best Answer
Just because I keep forgetting that 1.13 has changed things up a bit and I keep running across this when I lookup how to enchant a book I wanted to add this.
/give @p minecraft:enchanted_book{StoredEnchantments:[{id:"minecraft:unbreaking",lvl:5}]} 1
or if you want to use the ID you still can
/give @p enchanted_book{StoredEnchantments:[{id:34,lvl:5}]} 1
Pictures about "How do I give players an enchanted book?"



How do you give enchanted books in Minecraft?
To use an enchanted book, the player must place an item in the first slot in an anvil, and a book in the next. In order to complete the enchantment, the player must have the required amount of experience. Note that using an enchanted book gets significant discounts at the anvil.Using /give for ENCHANTED Items (Java Edition 1.13+) - The (Give) Command Crash Course
More answers regarding how do I give players an enchanted book?
Answer 2
If you want enchanted books try using this:
/give <name> minecraft:enchanted_book 1 0 {StoredEnchantments:[{id:16,lvl:3}]}
To add more enchantments to the book use
/give <name> minecraft:enchanted_book 1 0 {StoredEnchantments:[{id:16,lvl:3},{id:34,lvl:3}]}
Answer 3
It's very simple here's the answer
/give @p minecraft:enchanted_book 1 0 {StoredEnchantments:[{id:34,lvl:3}]}
You can only seem to give yourself enchanted books that exist in the game.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: RODNAE Productions, Yaroslav Shuraev, Brett Jordan, Brett Jordan