License |
License |
---|---|
GroupId | GroupIdorg.baswell |
ArtifactId | ArtifactIdlayouts |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionLayouts
JSP based layouts.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
layouts-1.1.pom | |
layouts-1.1.jar | 13 KB |
layouts-1.1-sources.jar | 12 KB |
layouts-1.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.baswell/layouts/ -->
<dependency>
<groupId>org.baswell</groupId>
<artifactId>layouts</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.baswell/layouts/
implementation 'org.baswell:layouts:1.1'
// https://jarcasting.com/artifacts/org.baswell/layouts/
implementation ("org.baswell:layouts:1.1")
'org.baswell:layouts:jar:1.1'
<dependency org="org.baswell" name="layouts" rev="1.1">
<artifact name="layouts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.baswell', module='layouts', version='1.1')
)
libraryDependencies += "org.baswell" % "layouts" % "1.1"
[org.baswell/layouts "1.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : jsp-api | jar | 2.0 |
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.0,) |