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