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