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