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