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