| GroupId | GroupIdio.github.phillima |
|---|---|
| ArtifactId | ArtifactIdasniffer |
| Version | Version2.4.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| asniffer-2.4.7.pom | |
| asniffer-2.4.7.jar | 70 KB |
| asniffer-2.4.7-sources.jar | 40 KB |
| asniffer-2.4.7-javadoc.jar | 728 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.phillima/asniffer/ -->
<dependency>
<groupId>io.github.phillima</groupId>
<artifactId>asniffer</artifactId>
<version>2.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.phillima/asniffer/
implementation 'io.github.phillima:asniffer:2.4.7'
// https://jarcasting.com/artifacts/io.github.phillima/asniffer/
implementation ("io.github.phillima:asniffer:2.4.7")
'io.github.phillima:asniffer:jar:2.4.7'
<dependency org="io.github.phillima" name="asniffer" rev="2.4.7">
<artifact name="asniffer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.phillima', module='asniffer', version='2.4.7')
)
libraryDependencies += "io.github.phillima" % "asniffer" % "2.4.7"
[io.github.phillima/asniffer "2.4.7"]