<dependency> <groupId>me.tongfei</groupId> <artifactId>kingscross-common_2.11</artifactId> <version>0.1.0</version> </dependency>
implementation 'me.tongfei:kingscross-common_2.11:0.1.0'
implementation("me.tongfei:kingscross-common_2.11:0.1.0")
libraryDependencies += "me.tongfei" % "kingscross-common_2.11" % "0.1.0"
@Grapes( @Grab(group='me.tongfei', module='kingscross-common_2.11', version='0.1.0') )
<dependency org="me.tongfei" name="kingscross-common_2.11" rev="0.1.0" />
[me.tongfei/kingscross-common_2.11 "0.1.0"]
'me.tongfei:kingscross-common_2.11:jar:0.1.0'
compile
|-- org.scala-lang:scala-library:2.11.8
|-- org.scala-lang:scala-reflect:2.11.8
test
|-- org.scalatest:scalatest_2.11:3.0.1