<dependency> <groupId>com.seepine</groupId> <artifactId>secret-core</artifactId> <version>0.0.4</version> </dependency>
implementation 'com.seepine:secret-core:0.0.4'
implementation("com.seepine:secret-core:0.0.4")
libraryDependencies += "com.seepine" % "secret-core" % "0.0.4"
@Grapes( @Grab(group='com.seepine', module='secret-core', version='0.0.4') )
<dependency org="com.seepine" name="secret-core" rev="0.0.4" />
[com.seepine/secret-core "0.0.4"]
'com.seepine:secret-core:jar:0.0.4'
<parent> <groupId>com.seepine</groupId> <artifactId>secret-parent</artifactId> <version>0.0.4</version> </parent>
compile
|-- com.seepine:secret-annotation
|-- com.seepine:tool:0.0.3
|-- com.seepine:json:0.1.0
provided
|-- org.redisson:redisson