<dependency> <groupId>gg.jte</groupId> <artifactId>jte</artifactId> <version>2.1.1</version> </dependency>
implementation 'gg.jte:jte:2.1.1'
implementation("gg.jte:jte:2.1.1")
libraryDependencies += "gg.jte" % "jte" % "2.1.1"
@Grapes( @Grab(group='gg.jte', module='jte', version='2.1.1') )
<dependency org="gg.jte" name="jte" rev="2.1.1" />
[gg.jte/jte "2.1.1"]
'gg.jte:jte:jar:2.1.1'
<parent> <groupId>gg.jte</groupId> <artifactId>jte-parent</artifactId> <version>2.1.1</version> </parent>
compile
|-- gg.jte:jte-runtime