Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.informalin.framework |
ArtifactId | ArtifactIdmodels |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
models-0.6.pom | |
models-0.6.jar | 17 KB |
models-0.6-sources.jar | 10 KB |
models-0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.informalin.framework/models/
implementation 'io.github.informalin.framework:models:0.6'
// https://jarcasting.com/artifacts/io.github.informalin.framework/models/
implementation ("io.github.informalin.framework:models:0.6")
'io.github.informalin.framework:models:jar:0.6'
<dependency org="io.github.informalin.framework" name="models" rev="0.6">
<artifact name="models" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.informalin.framework', module='models', version='0.6')
)
libraryDependencies += "io.github.informalin.framework" % "models" % "0.6"
[io.github.informalin.framework/models "0.6"]