<dependency> <groupId>com.skynav.ttt</groupId> <artifactId>ttt-ttx</artifactId> <version>1.0</version> </dependency>
implementation 'com.skynav.ttt:ttt-ttx:1.0'
implementation("com.skynav.ttt:ttt-ttx:1.0")
libraryDependencies += "com.skynav.ttt" % "ttt-ttx" % "1.0"
@Grapes( @Grab(group='com.skynav.ttt', module='ttt-ttx', version='1.0') )
<dependency org="com.skynav.ttt" name="ttt-ttx" rev="1.0" />
[com.skynav.ttt/ttt-ttx "1.0"]
'com.skynav.ttt:ttt-ttx:jar:1.0'
<parent> <groupId>com.skynav.ttt</groupId> <artifactId>ttt</artifactId> <version>1.0</version> </parent>
compile
|-- com.skynav.ttt:ttt-ttv
test
|-- junit:junit