What are Java Coordinates?

Card Puncher Data Processing

About

The following attributes identifies uniquely an artifact (har,war,zip,…):

The combination of groupId and Maven - Artifact - (Component|Module|Library) must be unique for a specific project.

With this element and a repository, Maven is capable to create an URI, to locate and download the artifact file.

In Maven: groupId:artifactId:type[:classifier]:version





Discover More
Card Puncher Data Processing
Data Processing - Reactive Stream Processing

Reactive Streams is the standard/specification for reactive data processing (ie observer, asynchronous processing) The characteristics are: functional programming fashion non-blocking backpressure...
Java Conceptuel Diagram
Java - (Jar|Java ARchive) File

JAR stands for Java ARchive and is file format born in 1996 as a simple extension of the popular ZIP archive format with class and other required resource files: manifest signature files images,...
Card Puncher Data Processing
Maven - Artifact - (Component|Module|Library)

in Maven. An Artifact is the data storage unit of a repository. It's at the same time: the distribution unit to distribute and the dependency unit to use (Ie artifacts can be transferred to...



Share this page:
Follow us:
Task Runner