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