GroupId | GroupIdcom.feingto |
---|---|
ArtifactId | ArtifactIdfeingto-common |
Version | Version2.3.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
feingto-common-2.3.3.RELEASE.pom | |
feingto-common-2.3.3.RELEASE.jar | 157 KB |
feingto-common-2.3.3.RELEASE-sources.jar | 65 KB |
feingto-common-2.3.3.RELEASE-javadoc.jar | 559 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.feingto/feingto-common/ -->
<dependency>
<groupId>com.feingto</groupId>
<artifactId>feingto-common</artifactId>
<version>2.3.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.feingto/feingto-common/
implementation 'com.feingto:feingto-common:2.3.3.RELEASE'
// https://jarcasting.com/artifacts/com.feingto/feingto-common/
implementation ("com.feingto:feingto-common:2.3.3.RELEASE")
'com.feingto:feingto-common:jar:2.3.3.RELEASE'
<dependency org="com.feingto" name="feingto-common" rev="2.3.3.RELEASE">
<artifact name="feingto-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feingto', module='feingto-common', version='2.3.3.RELEASE')
)
libraryDependencies += "com.feingto" % "feingto-common" % "2.3.3.RELEASE"
[com.feingto/feingto-common "2.3.3.RELEASE"]