| Категории |
КатегорииКонтейнер |
|---|---|
| Группа | Группаcom.github.fangjinuo.agileway |
| Идентификатор | Идентификаторagileway-httpcontainer-common |
| Версия | Версия3.1.3 |
| Тип | Типjar |
<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-httpcontainer-common/
implementation 'com.github.fangjinuo.agileway:agileway-httpcontainer-common:3.1.3'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-httpcontainer-common/
implementation ("com.github.fangjinuo.agileway:agileway-httpcontainer-common:3.1.3")
'com.github.fangjinuo.agileway:agileway-httpcontainer-common:jar:3.1.3'
<dependency org="com.github.fangjinuo.agileway" name="agileway-httpcontainer-common" rev="3.1.3">
<artifact name="agileway-httpcontainer-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-httpcontainer-common', version='3.1.3')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-httpcontainer-common" % "3.1.3"
[com.github.fangjinuo.agileway/agileway-httpcontainer-common "3.1.3"]