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