is not current version
Last Version 1.1

org.baswell:layouts 1.0

JSP based layouts.

GroupId

GroupId

org.baswell
ArtifactId

ArtifactId

layouts
Version

Version

1.0
Type

Type

jar

Download layouts 1.0


<!-- https://jarcasting.com/artifacts/org.baswell/layouts/ -->
<dependency>
    <groupId>org.baswell</groupId>
    <artifactId>layouts</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.baswell/layouts/
implementation 'org.baswell:layouts:1.0'
// https://jarcasting.com/artifacts/org.baswell/layouts/
implementation ("org.baswell:layouts:1.0")
'org.baswell:layouts:jar:1.0'
<dependency org="org.baswell" name="layouts" rev="1.0">
  <artifact name="layouts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.baswell', module='layouts', version='1.0')
)
libraryDependencies += "org.baswell" % "layouts" % "1.0"
[org.baswell/layouts "1.0"]