<dependency>
<groupId>org.dromara.jpom.agent-transport</groupId>
<artifactId>jpom-agent-transport-parent</artifactId>
<version>2.10.43</version>
</dependency>
implementation group: 'org.dromara.jpom.agent-transport', name: 'jpom-agent-transport-parent', version: '2.10.43'
implementation 'org.dromara.jpom.agent-transport:jpom-agent-transport-parent:2.10.43'
implementation("org.dromara.jpom.agent-transport:jpom-agent-transport-parent:2.10.43")
libraryDependencies += "org.dromara.jpom.agent-transport" % "jpom-agent-transport-parent" % "2.10.43"
<dependency org="org.dromara.jpom.agent-transport" name="jpom-agent-transport-parent" rev="2.10.43"/>
@Grapes(
@Grab(group='org.dromara.jpom.agent-transport', module='jpom-agent-transport-parent', version='2.10.43')
)
[org.dromara.jpom.agent-transport/jpom-agent-transport-parent "2.10.43"]
'org.dromara.jpom.agent-transport:jpom-agent-transport-parent:jar:2.10.43'