| Группа | Группаorg.wso2.msf4j |
|---|---|
| Идентификатор | Идентификаторstockquote-deployable-jar |
| Версия | Версия2.7.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j/stockquote-deployable-jar/ -->
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>stockquote-deployable-jar</artifactId>
<version>2.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j/stockquote-deployable-jar/
implementation 'org.wso2.msf4j:stockquote-deployable-jar:2.7.7'
// https://jarcasting.com/artifacts/org.wso2.msf4j/stockquote-deployable-jar/
implementation ("org.wso2.msf4j:stockquote-deployable-jar:2.7.7")
'org.wso2.msf4j:stockquote-deployable-jar:jar:2.7.7'
<dependency org="org.wso2.msf4j" name="stockquote-deployable-jar" rev="2.7.7">
<artifact name="stockquote-deployable-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j', module='stockquote-deployable-jar', version='2.7.7')
)
libraryDependencies += "org.wso2.msf4j" % "stockquote-deployable-jar" % "2.7.7"
[org.wso2.msf4j/stockquote-deployable-jar "2.7.7"]