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