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