GroupId | GroupIdorg.javalite |
---|---|
ArtifactId | ArtifactIdactiveweb |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
activeweb-2.2.pom | |
activeweb-2.2.jar | 156 KB |
activeweb-2.2-sources.jar | 136 KB |
activeweb-2.2-javadoc.jar | 504 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javalite/activeweb/ -->
<dependency>
<groupId>org.javalite</groupId>
<artifactId>activeweb</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.javalite/activeweb/
implementation 'org.javalite:activeweb:2.2'
// https://jarcasting.com/artifacts/org.javalite/activeweb/
implementation ("org.javalite:activeweb:2.2")
'org.javalite:activeweb:jar:2.2'
<dependency org="org.javalite" name="activeweb" rev="2.2">
<artifact name="activeweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javalite', module='activeweb', version='2.2')
)
libraryDependencies += "org.javalite" % "activeweb" % "2.2"
[org.javalite/activeweb "2.2"]