Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.extras.sunstone |
ArtifactId | ArtifactIdsunstone-core |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
sunstone-core-0.10.0.pom | |
sunstone-core-0.10.0.jar | 141 KB |
sunstone-core-0.10.0-sources.jar | 79 KB |
sunstone-core-0.10.0-javadoc.jar | 468 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.extras.sunstone/sunstone-core/ -->
<dependency>
<groupId>org.wildfly.extras.sunstone</groupId>
<artifactId>sunstone-core</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.sunstone/sunstone-core/
implementation 'org.wildfly.extras.sunstone:sunstone-core:0.10.0'
// https://jarcasting.com/artifacts/org.wildfly.extras.sunstone/sunstone-core/
implementation ("org.wildfly.extras.sunstone:sunstone-core:0.10.0")
'org.wildfly.extras.sunstone:sunstone-core:jar:0.10.0'
<dependency org="org.wildfly.extras.sunstone" name="sunstone-core" rev="0.10.0">
<artifact name="sunstone-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.sunstone', module='sunstone-core', version='0.10.0')
)
libraryDependencies += "org.wildfly.extras.sunstone" % "sunstone-core" % "0.10.0"
[org.wildfly.extras.sunstone/sunstone-core "0.10.0"]