| Categories |
CategoriesWildFly Container Application Servers |
|---|---|
| GroupId | GroupIdorg.wildfly.extras.sunstone |
| ArtifactId | ArtifactIdsunstone-core |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]