License |
License |
---|---|
GroupId | GroupIdorg.visallo |
ArtifactId | ArtifactIdwebster-parent |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWebster: Minimalist Web Framework: Parent
Minimalist web framework, that has an express.js like API.
|
Filename | Size |
---|---|
webster-parent-3.2.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.visallo/webster-parent/ -->
<dependency>
<groupId>org.visallo</groupId>
<artifactId>webster-parent</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.visallo/webster-parent/
implementation 'org.visallo:webster-parent:3.2.0'
// https://jarcasting.com/artifacts/org.visallo/webster-parent/
implementation ("org.visallo:webster-parent:3.2.0")
'org.visallo:webster-parent:pom:3.2.0'
<dependency org="org.visallo" name="webster-parent" rev="3.2.0">
<artifact name="webster-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.visallo', module='webster-parent', version='3.2.0')
)
libraryDependencies += "org.visallo" % "webster-parent" % "3.2.0"
[org.visallo/webster-parent "3.2.0"]