<dependency> <groupId>io.datarouter</groupId> <artifactId>datarouter-secret</artifactId> <version>0.0.19</version> </dependency>
implementation 'io.datarouter:datarouter-secret:0.0.19'
implementation("io.datarouter:datarouter-secret:0.0.19")
libraryDependencies += "io.datarouter" % "datarouter-secret" % "0.0.19"
@Grapes( @Grab(group='io.datarouter', module='datarouter-secret', version='0.0.19') )
<dependency org="io.datarouter" name="datarouter-secret" rev="0.0.19" />
[io.datarouter/datarouter-secret "0.0.19"]
'io.datarouter:datarouter-secret:jar:0.0.19'
<parent> <groupId>io.datarouter</groupId> <artifactId>datarouter-parent</artifactId> <version>0.0.19</version> </parent>
compile
|-- io.datarouter:datarouter-web:0.0.19
provided
|-- javax.servlet:javax.servlet-api:4.0.1