License |
License |
---|---|
Categories |
CategoriesResin Container Application Servers |
GroupId | GroupIdcom.caucho |
ArtifactId | ArtifactIdresin-kernel |
Last Version | Last Version4.0.52 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionResin Kernel
Kernel for Resin Java Application Server
|
Project URL |
Project URL |
Filename | Size |
---|---|
resin-kernel-4.0.52.pom | |
resin-kernel-4.0.52.jar | 5 MB |
resin-kernel-4.0.52-sources.jar | 2 MB |
resin-kernel-4.0.52-javadoc.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.caucho/resin-kernel/ -->
<dependency>
<groupId>com.caucho</groupId>
<artifactId>resin-kernel</artifactId>
<version>4.0.52</version>
</dependency>
// https://jarcasting.com/artifacts/com.caucho/resin-kernel/
implementation 'com.caucho:resin-kernel:4.0.52'
// https://jarcasting.com/artifacts/com.caucho/resin-kernel/
implementation ("com.caucho:resin-kernel:4.0.52")
'com.caucho:resin-kernel:jar:4.0.52'
<dependency org="com.caucho" name="resin-kernel" rev="4.0.52">
<artifact name="resin-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.caucho', module='resin-kernel', version='4.0.52')
)
libraryDependencies += "com.caucho" % "resin-kernel" % "4.0.52"
[com.caucho/resin-kernel "4.0.52"]