Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datarouter |
ArtifactId | ArtifactIddatarouter-webapp-instance |
Version | Version0.0.102 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.datarouter/datarouter-webapp-instance/ -->
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-webapp-instance</artifactId>
<version>0.0.102</version>
</dependency>
// https://jarcasting.com/artifacts/io.datarouter/datarouter-webapp-instance/
implementation 'io.datarouter:datarouter-webapp-instance:0.0.102'
// https://jarcasting.com/artifacts/io.datarouter/datarouter-webapp-instance/
implementation ("io.datarouter:datarouter-webapp-instance:0.0.102")
'io.datarouter:datarouter-webapp-instance:jar:0.0.102'
<dependency org="io.datarouter" name="datarouter-webapp-instance" rev="0.0.102">
<artifact name="datarouter-webapp-instance" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datarouter', module='datarouter-webapp-instance', version='0.0.102')
)
libraryDependencies += "io.datarouter" % "datarouter-webapp-instance" % "0.0.102"
[io.datarouter/datarouter-webapp-instance "0.0.102"]