Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datarouter |
ArtifactId | ArtifactIddatarouter-model |
Version | Version0.0.27 |
Type | Typejar |
Filename | Size |
---|---|
datarouter-model-0.0.27.pom | |
datarouter-model-0.0.27.jar | 164 KB |
datarouter-model-0.0.27-sources.jar | 139 KB |
datarouter-model-0.0.27-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datarouter/datarouter-model/ -->
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-model</artifactId>
<version>0.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/io.datarouter/datarouter-model/
implementation 'io.datarouter:datarouter-model:0.0.27'
// https://jarcasting.com/artifacts/io.datarouter/datarouter-model/
implementation ("io.datarouter:datarouter-model:0.0.27")
'io.datarouter:datarouter-model:jar:0.0.27'
<dependency org="io.datarouter" name="datarouter-model" rev="0.0.27">
<artifact name="datarouter-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datarouter', module='datarouter-model', version='0.0.27')
)
libraryDependencies += "io.datarouter" % "datarouter-model" % "0.0.27"
[io.datarouter/datarouter-model "0.0.27"]