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