| Категории |
КатегорииWildFly Контейнер Application Servers |
|---|---|
| Группа | Группаorg.wildfly.extras.sunstone |
| Идентификатор | Идентификаторsunstone-core |
| Версия | Версия1.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sunstone-core-1.2.0.pom | |
| sunstone-core-1.2.0.jar | 149 KB |
| sunstone-core-1.2.0-sources.jar | 84 KB |
| sunstone-core-1.2.0-javadoc.jar | 880 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly.extras.sunstone/sunstone-core/ -->
<dependency>
<groupId>org.wildfly.extras.sunstone</groupId>
<artifactId>sunstone-core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.sunstone/sunstone-core/
implementation 'org.wildfly.extras.sunstone:sunstone-core:1.2.0'
// https://jarcasting.com/artifacts/org.wildfly.extras.sunstone/sunstone-core/
implementation ("org.wildfly.extras.sunstone:sunstone-core:1.2.0")
'org.wildfly.extras.sunstone:sunstone-core:jar:1.2.0'
<dependency org="org.wildfly.extras.sunstone" name="sunstone-core" rev="1.2.0">
<artifact name="sunstone-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.sunstone', module='sunstone-core', version='1.2.0')
)
libraryDependencies += "org.wildfly.extras.sunstone" % "sunstone-core" % "1.2.0"
[org.wildfly.extras.sunstone/sunstone-core "1.2.0"]