| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования Сеть |
| Группа | Группаnet.java.truecommons |
| Идентификатор | Идентификаторtruecommons-annotations |
| Последняя версия | Последняя версия2.5.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTrueCommons Annotations
Provides common annotations with processors.
You should use the scope "provided" when adding this module as a dependency.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-annotations/ -->
<dependency>
<groupId>net.java.truecommons</groupId>
<artifactId>truecommons-annotations</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-annotations/
implementation 'net.java.truecommons:truecommons-annotations:2.5.0'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-annotations/
implementation ("net.java.truecommons:truecommons-annotations:2.5.0")
'net.java.truecommons:truecommons-annotations:jar:2.5.0'
<dependency org="net.java.truecommons" name="truecommons-annotations" rev="2.5.0">
<artifact name="truecommons-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-annotations', version='2.5.0')
)
libraryDependencies += "net.java.truecommons" % "truecommons-annotations" % "2.5.0"
[net.java.truecommons/truecommons-annotations "2.5.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.0 |