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