| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаcom.googlecode.autoincrement |
| Идентификатор | Идентификаторautoincrement |
| Последняя версия | Последняя версия0.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA Maven plugin that increments the version number in the pom.xml file.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| autoincrement-0.0.4.pom | |
| autoincrement-0.0.4.jar | 4 KB |
| autoincrement-0.0.4-sources.jar | 2 KB |
| autoincrement-0.0.4-javadoc.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.autoincrement/autoincrement/ -->
<dependency>
<groupId>com.googlecode.autoincrement</groupId>
<artifactId>autoincrement</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.autoincrement/autoincrement/
implementation 'com.googlecode.autoincrement:autoincrement:0.0.4'
// https://jarcasting.com/artifacts/com.googlecode.autoincrement/autoincrement/
implementation ("com.googlecode.autoincrement:autoincrement:0.0.4")
'com.googlecode.autoincrement:autoincrement:jar:0.0.4'
<dependency org="com.googlecode.autoincrement" name="autoincrement" rev="0.0.4">
<artifact name="autoincrement" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.autoincrement', module='autoincrement', version='0.0.4')
)
libraryDependencies += "com.googlecode.autoincrement" % "autoincrement" % "0.0.4"
[com.googlecode.autoincrement/autoincrement "0.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.9.5 |