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