| Группа | Группаio.smallrye |
|---|---|
| Идентификатор | Идентификаторpower-annotations-tck |
| Версия | Версия1.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| power-annotations-tck-1.1.1.pom | |
| power-annotations-tck-1.1.1.jar | 90 KB |
| power-annotations-tck-1.1.1-sources.jar | 8 KB |
| power-annotations-tck-1.1.1-javadoc.jar | 503 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.smallrye/power-annotations-tck/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>power-annotations-tck</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/power-annotations-tck/
implementation 'io.smallrye:power-annotations-tck:1.1.1'
// https://jarcasting.com/artifacts/io.smallrye/power-annotations-tck/
implementation ("io.smallrye:power-annotations-tck:1.1.1")
'io.smallrye:power-annotations-tck:jar:1.1.1'
<dependency org="io.smallrye" name="power-annotations-tck" rev="1.1.1">
<artifact name="power-annotations-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='power-annotations-tck', version='1.1.1')
)
libraryDependencies += "io.smallrye" % "power-annotations-tck" % "1.1.1"
[io.smallrye/power-annotations-tck "1.1.1"]