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