Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Registry
  • Getting started
    • Overview
    • Registry
      • Overview
      • Docker image
      • Java artifact
      • Node.js artifact
  • Access management
  • Pricing policy
  • CLI reference
  • Audit Trails events
  1. Concepts
  2. Artifacts
  3. Java artifact

Java artifact

Written by
Yandex Cloud
Updated at December 16, 2024

A Java artifact is a file containing compiled Java code and relevant information. Artifacts are used to distribute libraries, frameworks, and other components you can add to Java projects.

MavenMaven

Maven is a project build automation tool and a project management system. To manage project artifacts, it relies on the dependency concept. Dependencies are described in the main project configuration file named pom.xml.

In Maven, artifacts are ZIP files with specific content which are used as dependencies in other projects. Examples of artifacts:

  • JAR (Java Archive)
  • WAR (Web Application Archive).

For more information about Maven, see this documentation.

See alsoSee also

  • Docker image
  • Node.js artifact

Was the article helpful?

Previous
Docker image
Next
Node.js artifact
Yandex project
© 2025 Yandex.Cloud LLC