m

model-api

This project holds the api interface classes for the models
https://github.com/lightblueseas/model-data
MIT License
Asterios Raptis
Asterios Raptis
Files download
File Operation
model-api-1.10.jar download
model-api-1.10.pom download
model-api-1.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>model-api</artifactId>
  <version>1.10</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:model-api:1.10'
Gradle Kotlin
implementation("io.github.astrapi69:model-api:1.10")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "model-api" % "1.10"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='model-api', version='1.10')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="model-api" rev="1.10" />
Leiningen
[io.github.astrapi69/model-api "1.10"]
Apache Buildr
'io.github.astrapi69:model-api:jar:1.10'
Dependencies
The project has no third-party dependencies