is not current version
Last Version 1.1.0

br.eti.clairton:model 1.0.0

A base model for JPA

GroupId

GroupId

br.eti.clairton
ArtifactId

ArtifactId

model
Version

Version

1.0.0
Type

Type

jar

Download model 1.0.0


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