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