| Лицензия |
Лицензия
The MIT License
|
|---|---|
| Группа | Группаcom.techshroom |
| Идентификатор | Идентификаторjsr305-plus |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjsr305-plus
Common JSR 305 Custom Annotations
|
| Имя Файла | Размер |
|---|---|
| jsr305-plus-0.0.1.pom | |
| jsr305-plus-0.0.1.jar | 1 KB |
| jsr305-plus-0.0.1-sources.jar | 1 KB |
| jsr305-plus-0.0.1-javadoc.jar | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.techshroom/jsr305-plus/ -->
<dependency>
<groupId>com.techshroom</groupId>
<artifactId>jsr305-plus</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom/jsr305-plus/
implementation 'com.techshroom:jsr305-plus:0.0.1'
// https://jarcasting.com/artifacts/com.techshroom/jsr305-plus/
implementation ("com.techshroom:jsr305-plus:0.0.1")
'com.techshroom:jsr305-plus:jar:0.0.1'
<dependency org="com.techshroom" name="jsr305-plus" rev="0.0.1">
<artifact name="jsr305-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom', module='jsr305-plus', version='0.0.1')
)
libraryDependencies += "com.techshroom" % "jsr305-plus" % "0.0.1"
[com.techshroom/jsr305-plus "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |