Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.payneteasy.superfly |
ArtifactId | ArtifactIdsuperfly-spi-support |
Version | Version1.2-15 |
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.2-15</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spi-support/
implementation 'com.payneteasy.superfly:superfly-spi-support:1.2-15'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spi-support/
implementation ("com.payneteasy.superfly:superfly-spi-support:1.2-15")
'com.payneteasy.superfly:superfly-spi-support:jar:1.2-15'
<dependency org="com.payneteasy.superfly" name="superfly-spi-support" rev="1.2-15">
<artifact name="superfly-spi-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-spi-support', version='1.2-15')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-spi-support" % "1.2-15"
[com.payneteasy.superfly/superfly-spi-support "1.2-15"]