| Группа | Группаorg.wso2.msf4j |
|---|---|
| Идентификатор | Идентификаторwso2msf4j-dist |
| Версия | Версия2.6.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| wso2msf4j-dist-2.6.4.pom | |
| wso2msf4j-dist-2.6.4.zip | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j/wso2msf4j-dist/ -->
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>wso2msf4j-dist</artifactId>
<version>2.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j/wso2msf4j-dist/
implementation 'org.wso2.msf4j:wso2msf4j-dist:2.6.4'
// https://jarcasting.com/artifacts/org.wso2.msf4j/wso2msf4j-dist/
implementation ("org.wso2.msf4j:wso2msf4j-dist:2.6.4")
'org.wso2.msf4j:wso2msf4j-dist:pom:2.6.4'
<dependency org="org.wso2.msf4j" name="wso2msf4j-dist" rev="2.6.4">
<artifact name="wso2msf4j-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j', module='wso2msf4j-dist', version='2.6.4')
)
libraryDependencies += "org.wso2.msf4j" % "wso2msf4j-dist" % "2.6.4"
[org.wso2.msf4j/wso2msf4j-dist "2.6.4"]