Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-httpcontainer-common |
Version | Version3.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-httpcontainer-common/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-httpcontainer-common</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-httpcontainer-common/
implementation 'com.github.fangjinuo.agileway:agileway-httpcontainer-common:3.1.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-httpcontainer-common/
implementation ("com.github.fangjinuo.agileway:agileway-httpcontainer-common:3.1.0")
'com.github.fangjinuo.agileway:agileway-httpcontainer-common:jar:3.1.0'
<dependency org="com.github.fangjinuo.agileway" name="agileway-httpcontainer-common" rev="3.1.0">
<artifact name="agileway-httpcontainer-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-httpcontainer-common', version='3.1.0')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-httpcontainer-common" % "3.1.0"
[com.github.fangjinuo.agileway/agileway-httpcontainer-common "3.1.0"]