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