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