| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.payneteasy.superfly |
| ArtifactId | ArtifactIdsuperfly-crypto |
| Version | Version1.7-10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| superfly-crypto-1.7-10.pom | |
| superfly-crypto-1.7-10.jar | 8 KB |
| superfly-crypto-1.7-10-sources.jar | 4 KB |
| superfly-crypto-1.7-10-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-crypto/ -->
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-crypto</artifactId>
<version>1.7-10</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-crypto/
implementation 'com.payneteasy.superfly:superfly-crypto:1.7-10'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-crypto/
implementation ("com.payneteasy.superfly:superfly-crypto:1.7-10")
'com.payneteasy.superfly:superfly-crypto:jar:1.7-10'
<dependency org="com.payneteasy.superfly" name="superfly-crypto" rev="1.7-10">
<artifact name="superfly-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-crypto', version='1.7-10')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-crypto" % "1.7-10"
[com.payneteasy.superfly/superfly-crypto "1.7-10"]