Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.informalin.framework |
ArtifactId | ArtifactIdmodels |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
models-0.7.pom | |
models-0.7.jar | 17 KB |
models-0.7-sources.jar | 10 KB |
models-0.7-javadoc.jar | 169 KB |
Browse |
<!-- 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"]