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