Tesla

Tesla: A next generation development infrastructure framework.

Лицензия

Лицензия

Группа

Группа

io.tesla
Идентификатор

Идентификатор

tesla
Последняя версия

Последняя версия

7
Дата

Дата

Тип

Тип

pom
Описание

Описание

Tesla
Tesla: A next generation development infrastructure framework.
Ссылка на сайт

Ссылка на сайт

http://tesla.io
Система контроля версий

Система контроля версий

http://github.com/tesla/tesla-pom

Скачать tesla

Имя Файла Размер
tesla-7.pom 9 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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>27</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...

Версии библиотеки

Версия
7
5
4