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