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