<dependency>
<groupId>io.github.bes2008.solution.agileway.protocol</groupId>
<artifactId>agileway-protocol</artifactId>
<version>4.1.2</version>
</dependency>
implementation group: 'io.github.bes2008.solution.agileway.protocol', name: 'agileway-protocol', version: '4.1.2'
implementation 'io.github.bes2008.solution.agileway.protocol:agileway-protocol:4.1.2'
implementation("io.github.bes2008.solution.agileway.protocol:agileway-protocol:4.1.2")
libraryDependencies += "io.github.bes2008.solution.agileway.protocol" % "agileway-protocol" % "4.1.2"
<dependency org="io.github.bes2008.solution.agileway.protocol" name="agileway-protocol" rev="4.1.2"/>
@Grapes(
@Grab(group='io.github.bes2008.solution.agileway.protocol', module='agileway-protocol', version='4.1.2')
)
[io.github.bes2008.solution.agileway.protocol/agileway-protocol "4.1.2"]
'io.github.bes2008.solution.agileway.protocol:agileway-protocol:jar:4.1.2'