GroupId | GroupIdcom.github.megatronking.stringfog |
---|---|
ArtifactId | ArtifactIdaes-cbc |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
aes-cbc-1.0.0.pom | |
aes-cbc-1.0.0.jar | 2 KB |
aes-cbc-1.0.0-sources.jar | 2 KB |
aes-cbc-1.0.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.megatronking.stringfog/aes-cbc/ -->
<dependency>
<groupId>com.github.megatronking.stringfog</groupId>
<artifactId>aes-cbc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.megatronking.stringfog/aes-cbc/
implementation 'com.github.megatronking.stringfog:aes-cbc:1.0.0'
// https://jarcasting.com/artifacts/com.github.megatronking.stringfog/aes-cbc/
implementation ("com.github.megatronking.stringfog:aes-cbc:1.0.0")
'com.github.megatronking.stringfog:aes-cbc:jar:1.0.0'
<dependency org="com.github.megatronking.stringfog" name="aes-cbc" rev="1.0.0">
<artifact name="aes-cbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.megatronking.stringfog', module='aes-cbc', version='1.0.0')
)
libraryDependencies += "com.github.megatronking.stringfog" % "aes-cbc" % "1.0.0"
[com.github.megatronking.stringfog/aes-cbc "1.0.0"]