Simple Starter Parent Java

Starter parent project for simple java projects

Лицензия

Лицензия

MIT License
Категории

Категории

Java Языки программирования
Группа

Группа

tech.heartin.starters
Идентификатор

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

simple-starter-parent-java
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Simple Starter Parent Java
Starter parent project for simple java projects
Ссылка на сайт

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

https://github.com/heartin/simple-starter-parent-java
Организация-разработчик

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

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

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

https://github.com/heartin/simple-starter-parent-java

Скачать simple-starter-parent-java

Имя Файла Размер
simple-starter-parent-java-1.0.1.pom 10 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/tech.heartin.starters/simple-starter-parent-java/ -->
<dependency>
    <groupId>tech.heartin.starters</groupId>
    <artifactId>simple-starter-parent-java</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.heartin.starters/simple-starter-parent-java/
implementation 'tech.heartin.starters:simple-starter-parent-java:1.0.1'
// https://jarcasting.com/artifacts/tech.heartin.starters/simple-starter-parent-java/
implementation ("tech.heartin.starters:simple-starter-parent-java:1.0.1")
'tech.heartin.starters:simple-starter-parent-java:pom:1.0.1'
<dependency org="tech.heartin.starters" name="simple-starter-parent-java" rev="1.0.1">
  <artifact name="simple-starter-parent-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.heartin.starters', module='simple-starter-parent-java', version='1.0.1')
)
libraryDependencies += "tech.heartin.starters" % "simple-starter-parent-java" % "1.0.1"
[tech.heartin.starters/simple-starter-parent-java "1.0.1"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.4

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 2.23.4

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

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

Simple Starter Parent Java

This project will contain a parent project for Non-Spring Boot projects. For Spring Boot projects, refer to simple-boot-parent-java.

Usage and setup (Local machine)

Prerequisites

  1. Clone and install simple-starter-build-tools from https://github.com/heartin/simple-starter-build-tools

Building the project

  1. Clone and install simple-starter-parent-java (this project)
    git clone https://github.com/heartin/simple-starter-parent-java.git
    Run './mvnw clean install' or 'mvn clean install'

References

This project was created based on steps outlined at below url with some modifications: https://spring.io/guides/gs/multi-module/

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

Версия
1.0.1
1.0.0