License |
License |
---|---|
GroupId | GroupIdcom.github.earchitecture.reuse |
ArtifactId | ArtifactIdreuse-model |
Version | Version0.1.2.0 |
Type | Typejar |
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-model-0.1.2.0.pom | |
reuse-model-0.1.2.0.jar | 20 KB |
reuse-model-0.1.2.0-tests.jar | 4 KB |
reuse-model-0.1.2.0-sources.jar | 13 KB |
reuse-model-0.1.2.0-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.earchitecture.reuse/reuse-model/ -->
<dependency>
<groupId>com.github.earchitecture.reuse</groupId>
<artifactId>reuse-model</artifactId>
<version>0.1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse/reuse-model/
implementation 'com.github.earchitecture.reuse:reuse-model:0.1.2.0'
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse/reuse-model/
implementation ("com.github.earchitecture.reuse:reuse-model:0.1.2.0")
'com.github.earchitecture.reuse:reuse-model:jar:0.1.2.0'
<dependency org="com.github.earchitecture.reuse" name="reuse-model" rev="0.1.2.0">
<artifact name="reuse-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.earchitecture.reuse', module='reuse-model', version='0.1.2.0')
)
libraryDependencies += "com.github.earchitecture.reuse" % "reuse-model" % "0.1.2.0"
[com.github.earchitecture.reuse/reuse-model "0.1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-jpa | jar | 1.11.0.RELEASE |
com.querydsl : querydsl-jpa | jar | 4.1.4 |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
org.hibernate : hibernate-java8 | jar | 5.2.6.Final |
org.slf4j : slf4j-simple | jar | 1.7.22 |
org.apache.commons : commons-lang3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 4.3.6.RELEASE |