GroupId | GroupIdcom.github.winjaychan |
---|---|
ArtifactId | ArtifactIdexample-userid-attack |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.winjaychan/example-userid-attack/ -->
<dependency>
<groupId>com.github.winjaychan</groupId>
<artifactId>example-userid-attack</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.winjaychan/example-userid-attack/
implementation 'com.github.winjaychan:example-userid-attack:0.0.2'
// https://jarcasting.com/artifacts/com.github.winjaychan/example-userid-attack/
implementation ("com.github.winjaychan:example-userid-attack:0.0.2")
'com.github.winjaychan:example-userid-attack:jar:0.0.2'
<dependency org="com.github.winjaychan" name="example-userid-attack" rev="0.0.2">
<artifact name="example-userid-attack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.winjaychan', module='example-userid-attack', version='0.0.2')
)
libraryDependencies += "com.github.winjaychan" % "example-userid-attack" % "0.0.2"
[com.github.winjaychan/example-userid-attack "0.0.2"]