AutoFactory

JSR-330-compatible factories.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

AutoFactory
JSR-330-compatible factories.
Ссылка на сайт

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

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

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

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

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

http://github.com/google/auto

Скачать auto-factory

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
com.google.auto : auto-common jar 1.0
com.google.auto.value : auto-value-annotations jar 1.8
com.google.auto.service : auto-service-annotations jar 1.0
com.google.guava : guava jar 30.1.1-jre
com.squareup : javapoet jar 1.13.0
javax.inject : javax.inject jar 1

provided (1)

Идентификатор библиотеки Тип Версия
net.ltgt.gradle.incap : incap jar 0.3

test (5)

Идентификатор библиотеки Тип Версия
com.google.testing.compile : compile-testing jar 0.19
junit : junit jar 4.13.2
com.google.truth : truth jar 1.1.2
com.google.code.findbugs : jsr305 jar 3.0.2
org.checkerframework : checker-compat-qual jar 2.5.5

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

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

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.factory

Google

Google ❤️ Open Source

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

Версия
1.0.1
1.0
1.0-beta9
1.0-beta8
1.0-beta7
1.0-beta6
1.0-beta5
1.0-beta4
1.0-beta3
1.0-beta2
0.1-beta1