is not current version
Last Version 1.0-beta-3

org.codehaus.jet:jet-web 1.0-beta-2


GroupId

GroupId

org.codehaus.jet
ArtifactId

ArtifactId

jet-web
Version

Version

1.0-beta-2
Type

Type

jar

Download jet-web 1.0-beta-2


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