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