is not current version
Last Version 4.0.66

com.caucho:resin 4.0.63

Resin Java Application Server

Categories

Categories

Resin Container Application Servers
GroupId

GroupId

com.caucho
ArtifactId

ArtifactId

resin
Version

Version

4.0.63
Type

Type

jar

Download resin 4.0.63


<!-- https://jarcasting.com/artifacts/com.caucho/resin/ -->
<dependency>
    <groupId>com.caucho</groupId>
    <artifactId>resin</artifactId>
    <version>4.0.63</version>
</dependency>
// https://jarcasting.com/artifacts/com.caucho/resin/
implementation 'com.caucho:resin:4.0.63'
// https://jarcasting.com/artifacts/com.caucho/resin/
implementation ("com.caucho:resin:4.0.63")
'com.caucho:resin:jar:4.0.63'
<dependency org="com.caucho" name="resin" rev="4.0.63">
  <artifact name="resin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.caucho', module='resin', version='4.0.63')
)
libraryDependencies += "com.caucho" % "resin" % "4.0.63"
[com.caucho/resin "4.0.63"]