| License |
License |
|---|---|
| GroupId | GroupIdorg.shept |
| ArtifactId | ArtifactIdshept-core |
| Version | Version1.0.4 |
| Type | Typejar |
| Description |
DescriptionShept
Shept is an add-on to spring-mvc to allow 4GL alike definitions of table-driven
(datagrid) based form development for handling complex composed forms
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| shept-core-1.0.4.pom | |
| shept-core-1.0.4.jar | 269 KB |
| shept-core-1.0.4-sources.jar | 237 KB |
| shept-core-1.0.4-javadoc.jar | 823 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.shept/shept-core/ -->
<dependency>
<groupId>org.shept</groupId>
<artifactId>shept-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.shept/shept-core/
implementation 'org.shept:shept-core:1.0.4'
// https://jarcasting.com/artifacts/org.shept/shept-core/
implementation ("org.shept:shept-core:1.0.4")
'org.shept:shept-core:jar:1.0.4'
<dependency org="org.shept" name="shept-core" rev="1.0.4">
<artifact name="shept-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shept', module='shept-core', version='1.0.4')
)
libraryDependencies += "org.shept" % "shept-core" % "1.0.4"
[org.shept/shept-core "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-beans | jar | 3.0.5.RELEASE |
| org.hibernate : hibernate-core | jar | 3.6.4.Final |
| javassist : javassist | jar | 3.12.1.GA |
| org.springframework : spring-orm | jar | 3.0.5.RELEASE |
| org.springframework : spring-webmvc | jar | 3.0.5.RELEASE |
| com.octo.captcha : jcaptcha-all | jar | 1.0-RC6 |
| commons-net : commons-net | jar | 2.2 |
| org.springframework.security : spring-security-core | jar | 3.0.5.RELEASE |
| javax.persistence : persistence-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.el : el-api | jar | 1.0 |
| jstl : jstl | jar | 1.1.2 |
| taglibs : standard | jar | 1.1.2 |
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet.jsp : jsp-api | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |