License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdcom.github.earchitecture.reuse.web |
ArtifactId | ArtifactIdreuse-thymeleaf |
Version | Version0.1.2.0 |
Type | Typewar |
Description |
DescriptionReuse Framework, surge com a necessidade de maximizar a criação de crud junto com algumas ferramentas do spring, para fornecer um base de classes para desenvolvimento de sistemas robustos.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
reuse-thymeleaf-0.1.2.0.pom | |
reuse-thymeleaf-0.1.2.0.war | 20 MB |
reuse-thymeleaf-0.1.2.0-tests.jar | 9 KB |
reuse-thymeleaf-0.1.2.0-sources.jar | 12 KB |
reuse-thymeleaf-0.1.2.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.earchitecture.reuse.web/reuse-thymeleaf/ -->
<dependency>
<groupId>com.github.earchitecture.reuse.web</groupId>
<artifactId>reuse-thymeleaf</artifactId>
<version>0.1.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse.web/reuse-thymeleaf/
implementation 'com.github.earchitecture.reuse.web:reuse-thymeleaf:0.1.2.0'
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse.web/reuse-thymeleaf/
implementation ("com.github.earchitecture.reuse.web:reuse-thymeleaf:0.1.2.0")
'com.github.earchitecture.reuse.web:reuse-thymeleaf:war:0.1.2.0'
<dependency org="com.github.earchitecture.reuse.web" name="reuse-thymeleaf" rev="0.1.2.0">
<artifact name="reuse-thymeleaf" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.earchitecture.reuse.web', module='reuse-thymeleaf', version='0.1.2.0')
)
libraryDependencies += "com.github.earchitecture.reuse.web" % "reuse-thymeleaf" % "0.1.2.0"
[com.github.earchitecture.reuse.web/reuse-thymeleaf "0.1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.earchitecture.reuse : reuse-view | jar | 0.1.2.0 |
com.github.earchitecture.reuse : reuse-service | jar | 0.1.2.0 |
org.springframework : spring-webmvc | jar | 4.3.6.RELEASE |
javax.validation : validation-api | jar | 1.1.0.Final |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.6 |
org.slf4j : slf4j-simple | jar | 1.7.22 |
org.apache.commons : commons-lang3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.earchitecture.reuse : reuse-service | test-jar | 0.1.2.0 |
com.github.earchitecture.reuse : reuse-model | test-jar | 0.1.2.0 |
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 4.3.6.RELEASE |