| Группа | Группаcom.github.aro-tech |
|---|---|
| Идентификатор | Идентификаторinterface-it |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| interface-it-1.0.1.pom | |
| interface-it-1.0.1.jar | 52 KB |
| interface-it-1.0.1-sources.jar | 27 KB |
| interface-it-1.0.1-javadoc.jar | 169 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.aro-tech/interface-it/ -->
<dependency>
<groupId>com.github.aro-tech</groupId>
<artifactId>interface-it</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aro-tech/interface-it/
implementation 'com.github.aro-tech:interface-it:1.0.1'
// https://jarcasting.com/artifacts/com.github.aro-tech/interface-it/
implementation ("com.github.aro-tech:interface-it:1.0.1")
'com.github.aro-tech:interface-it:jar:1.0.1'
<dependency org="com.github.aro-tech" name="interface-it" rev="1.0.1">
<artifact name="interface-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aro-tech', module='interface-it', version='1.0.1')
)
libraryDependencies += "com.github.aro-tech" % "interface-it" % "1.0.1"
[com.github.aro-tech/interface-it "1.0.1"]