| GroupId | GroupIdcom.site-valley |
|---|---|
| ArtifactId | ArtifactIdencryptor |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| encryptor-1.0.0.pom | |
| encryptor-1.0.0-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.site-valley/encryptor/ -->
<dependency>
<groupId>com.site-valley</groupId>
<artifactId>encryptor</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.site-valley/encryptor/
implementation 'com.site-valley:encryptor:1.0.0'
// https://jarcasting.com/artifacts/com.site-valley/encryptor/
implementation ("com.site-valley:encryptor:1.0.0")
'com.site-valley:encryptor:aar:1.0.0'
<dependency org="com.site-valley" name="encryptor" rev="1.0.0">
<artifact name="encryptor" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.site-valley', module='encryptor', version='1.0.0')
)
libraryDependencies += "com.site-valley" % "encryptor" % "1.0.0"
[com.site-valley/encryptor "1.0.0"]