License |
License |
---|---|
GroupId | GroupIdcloud.piranha.server |
ArtifactId | ArtifactIdpiranha-server-core |
Version | Version22.1.0 |
Type | Typejar |
Description |
DescriptionPiranha - Server - Core
The shared resources between the various Server variants of Piranha.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
piranha-server-core-22.1.0.pom | |
piranha-server-core-22.1.0.jar | 13 KB |
piranha-server-core-22.1.0-sources.jar | 12 KB |
piranha-server-core-22.1.0-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.piranha.server/piranha-server-core/ -->
<dependency>
<groupId>cloud.piranha.server</groupId>
<artifactId>piranha-server-core</artifactId>
<version>22.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.server/piranha-server-core/
implementation 'cloud.piranha.server:piranha-server-core:22.1.0'
// https://jarcasting.com/artifacts/cloud.piranha.server/piranha-server-core/
implementation ("cloud.piranha.server:piranha-server-core:22.1.0")
'cloud.piranha.server:piranha-server-core:jar:22.1.0'
<dependency org="cloud.piranha.server" name="piranha-server-core" rev="22.1.0">
<artifact name="piranha-server-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.server', module='piranha-server-core', version='22.1.0')
)
libraryDependencies += "cloud.piranha.server" % "piranha-server-core" % "22.1.0"
[cloud.piranha.server/piranha-server-core "22.1.0"]
Group / Artifact | Type | Version |
---|---|---|
cloud.piranha.core : piranha-core-impl | jar | 22.1.0 |
cloud.piranha.http : piranha-http-webapp | jar | 22.1.0 |
cloud.piranha.extension : piranha-extension-lite | jar | 22.1.0 |
cloud.piranha.http : piranha-http-impl | jar | 22.1.0 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.annotation : jakarta.annotation-api | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.junit.jupiter : junit-jupiter-engine | jar |