GroupId | GroupIdcom.github.ifeilong |
---|---|
ArtifactId | ArtifactIdfeilong-common-test |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
feilong-common-test-4.0.0.pom | |
feilong-common-test-4.0.0.jar | 28 KB |
feilong-common-test-4.0.0-sources.jar | 37 KB |
feilong-common-test-4.0.0-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ifeilong/feilong-common-test/ -->
<dependency>
<groupId>com.github.ifeilong</groupId>
<artifactId>feilong-common-test</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ifeilong/feilong-common-test/
implementation 'com.github.ifeilong:feilong-common-test:4.0.0'
// https://jarcasting.com/artifacts/com.github.ifeilong/feilong-common-test/
implementation ("com.github.ifeilong:feilong-common-test:4.0.0")
'com.github.ifeilong:feilong-common-test:jar:4.0.0'
<dependency org="com.github.ifeilong" name="feilong-common-test" rev="4.0.0">
<artifact name="feilong-common-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ifeilong', module='feilong-common-test', version='4.0.0')
)
libraryDependencies += "com.github.ifeilong" % "feilong-common-test" % "4.0.0"
[com.github.ifeilong/feilong-common-test "4.0.0"]