Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.extras.sunstone |
ArtifactId | ArtifactIdsunstone-core |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
sunstone-core-1.1.0.pom | |
sunstone-core-1.1.0.jar | 148 KB |
sunstone-core-1.1.0-sources.jar | 83 KB |
sunstone-core-1.1.0-javadoc.jar | 892 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.sunstone/sunstone-core/
implementation 'org.wildfly.extras.sunstone:sunstone-core:1.1.0'
// https://jarcasting.com/artifacts/org.wildfly.extras.sunstone/sunstone-core/
implementation ("org.wildfly.extras.sunstone:sunstone-core:1.1.0")
'org.wildfly.extras.sunstone:sunstone-core:jar:1.1.0'
<dependency org="org.wildfly.extras.sunstone" name="sunstone-core" rev="1.1.0">
<artifact name="sunstone-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.sunstone', module='sunstone-core', version='1.1.0')
)
libraryDependencies += "org.wildfly.extras.sunstone" % "sunstone-core" % "1.1.0"
[org.wildfly.extras.sunstone/sunstone-core "1.1.0"]