io.takari.maven:model-resolver

Takari: The future of software delivery.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.takari.maven
ArtifactId

ArtifactId

model-resolver
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Takari: The future of software delivery.

Download model-resolver

How to add to project

<!-- https://jarcasting.com/artifacts/io.takari.maven/model-resolver/ -->
<dependency>
    <groupId>io.takari.maven</groupId>
    <artifactId>model-resolver</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.maven/model-resolver/
implementation 'io.takari.maven:model-resolver:0.0.2'
// https://jarcasting.com/artifacts/io.takari.maven/model-resolver/
implementation ("io.takari.maven:model-resolver:0.0.2")
'io.takari.maven:model-resolver:jar:0.0.2'
<dependency org="io.takari.maven" name="model-resolver" rev="0.0.2">
  <artifact name="model-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.maven', module='model-resolver', version='0.0.2')
)
libraryDependencies += "io.takari.maven" % "model-resolver" % "0.0.2"
[io.takari.maven/model-resolver "0.0.2"]

Dependencies

compile (11)

Group / Artifact Type Version
org.apache.maven : maven-aether-provider jar
org.apache.maven : maven-model-builder jar
org.apache.maven : maven-model jar
org.apache.maven : maven-settings jar
org.slf4j : slf4j-api jar
org.eclipse.aether : aether-api jar
org.eclipse.aether : aether-spi jar
org.eclipse.aether : aether-util jar
org.eclipse.aether : aether-impl jar
org.eclipse.aether : aether-transport-file jar 1.0.2.v20150114
io.takari.aether : aether-connector-okhttp jar 0.16.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Takari POM

The parent POM for all projects of Takari allowing deployment to the Central Repository and centralized plugin and configuration management.

Usage

Just add a parent segment with the latest version to your project

  <parent>
    <groupId>io.takari</groupId>
    <artifactId>takari</artifactId>
    <version>41</version>
  </parent>

To release your project you can use the usual Maven release process.

mvn release:prepare release:perform

This deploys the project to the Central Repository and hence the binaries are available whereever Central is available. Prior to that the staging repository needs to be closed and released on OSSRH.

SNAPSHOT version deployments emulating the full release build can be done with

mvn clean deploy -P takari-release

Binaries end up on https://oss.sonatype.org/content/repositories/snapshots/

The project uses the Takari Lifecycle for resources, compiler, jar, install and deploy replacement.

Build

As usual

mvn clean install

Release

Same as for usage of the project...

io.takari.maven

Versions

Version
0.0.2
0.0.1