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