License |
License |
---|---|
GroupId | GroupIdcom.github.earchitecture.reuse |
ArtifactId | ArtifactIdreuse-web |
Version | Version0.1.0.0 |
Type | Typepom |
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-web-0.1.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.earchitecture.reuse/reuse-web/ -->
<dependency>
<groupId>com.github.earchitecture.reuse</groupId>
<artifactId>reuse-web</artifactId>
<version>0.1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse/reuse-web/
implementation 'com.github.earchitecture.reuse:reuse-web:0.1.0.0'
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse/reuse-web/
implementation ("com.github.earchitecture.reuse:reuse-web:0.1.0.0")
'com.github.earchitecture.reuse:reuse-web:pom:0.1.0.0'
<dependency org="com.github.earchitecture.reuse" name="reuse-web" rev="0.1.0.0">
<artifact name="reuse-web" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.earchitecture.reuse', module='reuse-web', version='0.1.0.0')
)
libraryDependencies += "com.github.earchitecture.reuse" % "reuse-web" % "0.1.0.0"
[com.github.earchitecture.reuse/reuse-web "0.1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.earchitecture.reuse : reuse-view | jar | 0.1.0.0 |
com.github.earchitecture.reuse : reuse-service | jar | 0.1.0.0 |
org.springframework : spring-webmvc | jar | 4.3.6.RELEASE |
javax.validation : validation-api | jar | 1.1.0.Final |
org.slf4j : slf4j-simple | jar | 1.7.22 |
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.0.0 |
com.github.earchitecture.reuse : reuse-model | test-jar | 0.1.0.0 |
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 4.3.6.RELEASE |