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