Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.winjaychan |
ArtifactId | ArtifactIdanti-replay-attack |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
anti-replay-attack-0.0.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.winjaychan/anti-replay-attack/ -->
<dependency>
<groupId>com.github.winjaychan</groupId>
<artifactId>anti-replay-attack</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.winjaychan/anti-replay-attack/
implementation 'com.github.winjaychan:anti-replay-attack:0.0.2'
// https://jarcasting.com/artifacts/com.github.winjaychan/anti-replay-attack/
implementation ("com.github.winjaychan:anti-replay-attack:0.0.2")
'com.github.winjaychan:anti-replay-attack:pom:0.0.2'
<dependency org="com.github.winjaychan" name="anti-replay-attack" rev="0.0.2">
<artifact name="anti-replay-attack" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.winjaychan', module='anti-replay-attack', version='0.0.2')
)
libraryDependencies += "com.github.winjaychan" % "anti-replay-attack" % "0.0.2"
[com.github.winjaychan/anti-replay-attack "0.0.2"]