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