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