License |
License |
---|---|
GroupId | GroupIdorg.webframe |
ArtifactId | ArtifactIdwebframe |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwebframe
Java Web Frame
|
Project URL |
Project URL |
Filename | Size |
---|---|
webframe-1.2.1.pom | 9 KB |
webframe-1.2.1-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webframe/webframe/ -->
<dependency>
<groupId>org.webframe</groupId>
<artifactId>webframe</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webframe/webframe/
implementation 'org.webframe:webframe:1.2.1'
// https://jarcasting.com/artifacts/org.webframe/webframe/
implementation ("org.webframe:webframe:1.2.1")
'org.webframe:webframe:jar:1.2.1'
<dependency org="org.webframe" name="webframe" rev="1.2.1">
<artifact name="webframe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webframe', module='webframe', version='1.2.1')
)
libraryDependencies += "org.webframe" % "webframe" % "1.2.1"
[org.webframe/webframe "1.2.1"]