| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.coherentlogic.gama.client |
| Идентификатор | Идентификаторgama-client-core |
| Версия | Версия1.0.0-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gama-client-core-1.0.0-RELEASE.pom | |
| gama-client-core-1.0.0-RELEASE.jar | 17 KB |
| gama-client-core-1.0.0-RELEASE-sources.jar | 17 KB |
| gama-client-core-1.0.0-RELEASE-javadoc.jar | 112 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.gama.client/gama-client-core/ -->
<dependency>
<groupId>com.coherentlogic.gama.client</groupId>
<artifactId>gama-client-core</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.gama.client/gama-client-core/
implementation 'com.coherentlogic.gama.client:gama-client-core:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.gama.client/gama-client-core/
implementation ("com.coherentlogic.gama.client:gama-client-core:1.0.0-RELEASE")
'com.coherentlogic.gama.client:gama-client-core:jar:1.0.0-RELEASE'
<dependency org="com.coherentlogic.gama.client" name="gama-client-core" rev="1.0.0-RELEASE">
<artifact name="gama-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.gama.client', module='gama-client-core', version='1.0.0-RELEASE')
)
libraryDependencies += "com.coherentlogic.gama.client" % "gama-client-core" % "1.0.0-RELEASE"
[com.coherentlogic.gama.client/gama-client-core "1.0.0-RELEASE"]