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