Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Registry
  • Getting started
    • Overview
    • Registry
      • Overview
      • Docker image
      • Java artifact
      • Node.js artifact
      • NuGet artifact
  • Access management
  • Pricing policy
  • Audit Trails events
  1. Concepts
  2. Artifacts
  3. Java artifact

Java artifact

Written by
Yandex Cloud
Updated at June 18, 2025

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
  • NuGet artifact

Was the article helpful?

Previous
Docker image
Next
Node.js artifact
© 2025 Direct Cursus Technology L.L.C.