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