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