is not current version
Last Version 3.1-j11

org.javalite:activeweb 2.5-j8

Core functionality of the framework

GroupId

GroupId

org.javalite
ArtifactId

ArtifactId

activeweb
Version

Version

2.5-j8
Type

Type

jar

Download activeweb 2.5-j8


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