| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.limemojito.oss.standards |
| Идентификатор | Идентификаторjar-development |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеA set of maven poms that allow us to use an agile development methodology when we build our apps. Checkstyle, unit test, coverage,
etc are all built into the build.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jar-development-2.0.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.limemojito.oss.standards/jar-development/ -->
<dependency>
<groupId>com.limemojito.oss.standards</groupId>
<artifactId>jar-development</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.limemojito.oss.standards/jar-development/
implementation 'com.limemojito.oss.standards:jar-development:2.0.0'
// https://jarcasting.com/artifacts/com.limemojito.oss.standards/jar-development/
implementation ("com.limemojito.oss.standards:jar-development:2.0.0")
'com.limemojito.oss.standards:jar-development:pom:2.0.0'
<dependency org="com.limemojito.oss.standards" name="jar-development" rev="2.0.0">
<artifact name="jar-development" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.limemojito.oss.standards', module='jar-development', version='2.0.0')
)
libraryDependencies += "com.limemojito.oss.standards" % "jar-development" % "2.0.0"
[com.limemojito.oss.standards/jar-development "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | |
| org.slf4j : log4j-over-slf4j | jar | |
| org.slf4j : slf4j-api | jar | |
| ch.qos.logback : logback-classic | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | |
| org.assertj : assertj-core | jar | |
| org.hamcrest : hamcrest-library | jar | |
| org.mockito : mockito-core | jar |