GroupId | GroupIdcom.github.fangjinuo.agileway |
---|---|
ArtifactId | ArtifactIdagileway |
Version | Version2.4.4 |
Type | Typepom |
Filename | Size |
---|---|
agileway-2.4.4.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway</artifactId>
<version>2.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway/
implementation 'com.github.fangjinuo.agileway:agileway:2.4.4'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway/
implementation ("com.github.fangjinuo.agileway:agileway:2.4.4")
'com.github.fangjinuo.agileway:agileway:pom:2.4.4'
<dependency org="com.github.fangjinuo.agileway" name="agileway" rev="2.4.4">
<artifact name="agileway" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway', version='2.4.4')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway" % "2.4.4"
[com.github.fangjinuo.agileway/agileway "2.4.4"]