<dependency> <groupId>com.ekkohao</groupId> <artifactId>ekko-commons</artifactId> <version>1.0.0</version> <type>pom</type> </dependency>
implementation 'com.ekkohao:ekko-commons:1.0.0'
implementation("com.ekkohao:ekko-commons:1.0.0")
libraryDependencies += "com.ekkohao" % "ekko-commons" % "1.0.0"
@Grapes( @Grab(group='com.ekkohao', module='ekko-commons', version='1.0.0') )
<dependency org="com.ekkohao" name="ekko-commons" rev="1.0.0" />
[com.ekkohao/ekko-commons "1.0.0"]
'com.ekkohao:ekko-commons:jar:1.0.0'
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.6.RELEASE</version> </parent>