| Лицензия |
Лицензия |
|---|---|
| Группа | Группаworks.lmz.common |
| Идентификатор | Идентификаторcommon-stereotypes |
| Версия | Версия1.1 |
| Тип | Типjar |
| Описание |
Описаниеcommon-stereotypes
Common Stereotypes that are used for annotation and most usually Spring component annotation scans.
|
| Имя Файла | Размер |
|---|---|
| common-stereotypes-1.1.pom | |
| common-stereotypes-1.1.jar | 3 KB |
| common-stereotypes-1.1-sources.jar | 1 KB |
| common-stereotypes-1.1-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/works.lmz.common/common-stereotypes/ -->
<dependency>
<groupId>works.lmz.common</groupId>
<artifactId>common-stereotypes</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/works.lmz.common/common-stereotypes/
implementation 'works.lmz.common:common-stereotypes:1.1'
// https://jarcasting.com/artifacts/works.lmz.common/common-stereotypes/
implementation ("works.lmz.common:common-stereotypes:1.1")
'works.lmz.common:common-stereotypes:jar:1.1'
<dependency org="works.lmz.common" name="common-stereotypes" rev="1.1">
<artifact name="common-stereotypes" type="jar" />
</dependency>
@Grapes(
@Grab(group='works.lmz.common', module='common-stereotypes', version='1.1')
)
libraryDependencies += "works.lmz.common" % "common-stereotypes" % "1.1"
[works.lmz.common/common-stereotypes "1.1"]