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