Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.payneteasy.superfly |
ArtifactId | ArtifactIdsuperfly-spi-support |
Version | Version1.7-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spi-support/ -->
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-spi-support</artifactId>
<version>1.7-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spi-support/
implementation 'com.payneteasy.superfly:superfly-spi-support:1.7-3'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spi-support/
implementation ("com.payneteasy.superfly:superfly-spi-support:1.7-3")
'com.payneteasy.superfly:superfly-spi-support:jar:1.7-3'
<dependency org="com.payneteasy.superfly" name="superfly-spi-support" rev="1.7-3">
<artifact name="superfly-spi-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-spi-support', version='1.7-3')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-spi-support" % "1.7-3"
[com.payneteasy.superfly/superfly-spi-support "1.7-3"]