br.com.tecsinapse:tecsinapse-oss-parent

tecsinapse-oss-parent is the parent Maven POM for TecSinapse open source projects.

Лицензия

Лицензия

Группа

Группа

br.com.tecsinapse
Идентификатор

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

tecsinapse-oss-parent
Последняя версия

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

2.0.4
Дата

Дата

Тип

Тип

pom
Описание

Описание

br.com.tecsinapse:tecsinapse-oss-parent
tecsinapse-oss-parent is the parent Maven POM for TecSinapse open source projects.
Ссылка на сайт

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

https://github.com/tecsinapse/tecsinapse-oss-parent
Организация-разработчик

Организация-разработчик

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

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

https://github.com/tecsinapse/tecsinapse-oss-parent

Скачать tecsinapse-oss-parent

Имя Файла Размер
tecsinapse-oss-parent-2.0.4.pom 11 KB
Обзор

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

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

Зависимости

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

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

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

tecsinapse-oss-parent

License (LGPL version 3) Auto build CI Maven Central

tecsinapse-oss-parentis the parent Maven POM for TecSinapse open source projects.

Using tecsinapse-oss-parent

<parent>
  <groupId>br.com.tecsinapse</groupId>
  <artifactId>tecsinapse-oss-parent</artifactId>
  <version>1.0.0</version>
</parent>

If you want to use snapshots first config OSS Sonatype Snapshots repository:

<repositories>
    <repository>
        <id>oss-snapshots</id>
        <name>OSS Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

And then the dependency:

<parent>
  <groupId>br.com.tecsinapse</groupId>
  <artifactId>tecsinapse-oss-parent</artifactId>
  <version>1.0.1-SNAPSHOT</version>
</parent>

Need help or found an issue?

When reporting an issue through the issue tracker on GitHub, please use the following guidelines:

  • Check existing issues to see if it has been addressed already
  • The version of tecsinapse-oss-parent you are using
  • A short description of the issue you are experiencing and the expected outcome
  • Description of how someone else can reproduce the problem
  • Paste error output or logs in your issue or in a Gist. If pasting them in the GitHub issue, wrap it in three backticks: ``` so that it renders nicely

License

This project and its documentation are licensed under the LGPL license. Refer to LICENCE for more information.

br.com.tecsinapse

tecsinapse

TecSinapse

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

Версия
2.0.4
2.0.3
2.0.2
2.0.1
1.0.0