GroupId | GroupIdio.github.billywei01 |
---|---|
ArtifactId | ArtifactIdfastaes |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
fastaes-1.0.1.pom | |
fastaes-1.0.1-sources.jar | 1 KB |
fastaes-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.billywei01/fastaes/ -->
<dependency>
<groupId>io.github.billywei01</groupId>
<artifactId>fastaes</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.billywei01/fastaes/
implementation 'io.github.billywei01:fastaes:1.0.1'
// https://jarcasting.com/artifacts/io.github.billywei01/fastaes/
implementation ("io.github.billywei01:fastaes:1.0.1")
'io.github.billywei01:fastaes:aar:1.0.1'
<dependency org="io.github.billywei01" name="fastaes" rev="1.0.1">
<artifact name="fastaes" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.billywei01', module='fastaes', version='1.0.1')
)
libraryDependencies += "io.github.billywei01" % "fastaes" % "1.0.1"
[io.github.billywei01/fastaes "1.0.1"]