| GroupId | GroupIdcn.org.faster |
|---|---|
| ArtifactId | ArtifactIdfaster-framework |
| Version | Version1.3.2.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| faster-framework-1.3.2.RELEASE.pom | 754 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.org.faster/faster-framework/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>faster-framework</artifactId>
<version>1.3.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/faster-framework/
implementation 'cn.org.faster:faster-framework:1.3.2.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/faster-framework/
implementation ("cn.org.faster:faster-framework:1.3.2.RELEASE")
'cn.org.faster:faster-framework:pom:1.3.2.RELEASE'
<dependency org="cn.org.faster" name="faster-framework" rev="1.3.2.RELEASE">
<artifact name="faster-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='faster-framework', version='1.3.2.RELEASE')
)
libraryDependencies += "cn.org.faster" % "faster-framework" % "1.3.2.RELEASE"
[cn.org.faster/faster-framework "1.3.2.RELEASE"]