| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.coherentlogic.fred.client |
| Идентификатор | Идентификаторfred-client-webstart-application |
| Версия | Версия1.0.11-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеfred-client-webstart-application
This application demonstrates how to use the FRED Client and
allows the developer to write custom queries via the FRED Client API.
|
| Организация-разработчик |
Организация-разработчикCoherent Logic Limited |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-webstart-application/ -->
<dependency>
<groupId>com.coherentlogic.fred.client</groupId>
<artifactId>fred-client-webstart-application</artifactId>
<version>1.0.11-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-webstart-application/
implementation 'com.coherentlogic.fred.client:fred-client-webstart-application:1.0.11-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-webstart-application/
implementation ("com.coherentlogic.fred.client:fred-client-webstart-application:1.0.11-RELEASE")
'com.coherentlogic.fred.client:fred-client-webstart-application:jar:1.0.11-RELEASE'
<dependency org="com.coherentlogic.fred.client" name="fred-client-webstart-application" rev="1.0.11-RELEASE">
<artifact name="fred-client-webstart-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.fred.client', module='fred-client-webstart-application', version='1.0.11-RELEASE')
)
libraryDependencies += "com.coherentlogic.fred.client" % "fred-client-webstart-application" % "1.0.11-RELEASE"
[com.coherentlogic.fred.client/fred-client-webstart-application "1.0.11-RELEASE"]