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