Auto (Parent)

A collection of code generators for Java.

Лицензия

Лицензия

Категории

Категории

Auto Библиотеки уровня приложения Code Generators
Группа

Группа

com.google.auto
Идентификатор

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

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

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

7
Дата

Дата

Тип

Тип

pom
Описание

Описание

Auto (Parent)
A collection of code generators for Java.
Ссылка на сайт

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

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

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

Google, Inc.
Система контроля версий

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

http://github.com/google/auto

Скачать auto-parent

Имя Файла Размер
auto-parent-7.pom 6 KB
Обзор

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

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

Зависимости

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

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

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

Auto

Build Status

A collection of source code generators for Java.

Auto‽

Java is full of code that is mechanical, repetitive, typically untested and sometimes the source of subtle bugs. Sounds like a job for robots!

The Auto subprojects are a collection of code generators that automate those types of tasks. They create the code you would have written, but without the bugs.

Save time. Save code. Save sanity.

Subprojects

License

Copyright 2013 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.google.auto

Google

Google ❤️ Open Source

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

Версия
7
6
5
4
3
2
1.0-rc1