is not current version
Last Version 0.7.1

io.github.informalin.framework:models 0.7


Categories

Categories

ORM Data
GroupId

GroupId

io.github.informalin.framework
ArtifactId

ArtifactId

models
Version

Version

0.7
Type

Type

jar

Download models 0.7


<!-- https://jarcasting.com/artifacts/io.github.informalin.framework/models/ -->
<dependency>
    <groupId>io.github.informalin.framework</groupId>
    <artifactId>models</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.informalin.framework/models/
implementation 'io.github.informalin.framework:models:0.7'
// https://jarcasting.com/artifacts/io.github.informalin.framework/models/
implementation ("io.github.informalin.framework:models:0.7")
'io.github.informalin.framework:models:jar:0.7'
<dependency org="io.github.informalin.framework" name="models" rev="0.7">
  <artifact name="models" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.informalin.framework', module='models', version='0.7')
)
libraryDependencies += "io.github.informalin.framework" % "models" % "0.7"
[io.github.informalin.framework/models "0.7"]