is not current version
Last Version 3.1.8

com.github.fangjinuo.agileway:agileway 1.5.1

Java frameworks extensions: servlet, httpclient, spring, ... etc

GroupId

GroupId

com.github.fangjinuo.agileway
ArtifactId

ArtifactId

agileway
Version

Version

1.5.1
Type

Type

pom

Download agileway 1.5.1

Filename Size
agileway-1.5.1.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway/ -->
<dependency>
    <groupId>com.github.fangjinuo.agileway</groupId>
    <artifactId>agileway</artifactId>
    <version>1.5.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway/
implementation 'com.github.fangjinuo.agileway:agileway:1.5.1'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway/
implementation ("com.github.fangjinuo.agileway:agileway:1.5.1")
'com.github.fangjinuo.agileway:agileway:pom:1.5.1'
<dependency org="com.github.fangjinuo.agileway" name="agileway" rev="1.5.1">
  <artifact name="agileway" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway', version='1.5.1')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway" % "1.5.1"
[com.github.fangjinuo.agileway/agileway "1.5.1"]