| GroupId | GroupIdcom.github.axet |
|---|---|
| ArtifactId | ArtifactIdprotocols |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| protocols-0.0.4.pom | |
| protocols-0.0.4.jar | 7 KB |
| protocols-0.0.4-sources.jar | 3 KB |
| protocols-0.0.4-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.axet/protocols/ -->
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>protocols</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/protocols/
implementation 'com.github.axet:protocols:0.0.4'
// https://jarcasting.com/artifacts/com.github.axet/protocols/
implementation ("com.github.axet:protocols:0.0.4")
'com.github.axet:protocols:jar:0.0.4'
<dependency org="com.github.axet" name="protocols" rev="0.0.4">
<artifact name="protocols" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='protocols', version='0.0.4')
)
libraryDependencies += "com.github.axet" % "protocols" % "0.0.4"
[com.github.axet/protocols "0.0.4"]