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