GroupId | GroupIdcom.github.smartbuf |
---|---|
ArtifactId | ArtifactIdsmartbuf |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
smartbuf-0.1.3.pom | |
smartbuf-0.1.3.jar | 153 KB |
smartbuf-0.1.3-sources.jar | 91 KB |
smartbuf-0.1.3-javadoc.jar | 575 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf/ -->
<dependency>
<groupId>com.github.smartbuf</groupId>
<artifactId>smartbuf</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf/
implementation 'com.github.smartbuf:smartbuf:0.1.3'
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf/
implementation ("com.github.smartbuf:smartbuf:0.1.3")
'com.github.smartbuf:smartbuf:jar:0.1.3'
<dependency org="com.github.smartbuf" name="smartbuf" rev="0.1.3">
<artifact name="smartbuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smartbuf', module='smartbuf', version='0.1.3')
)
libraryDependencies += "com.github.smartbuf" % "smartbuf" % "0.1.3"
[com.github.smartbuf/smartbuf "0.1.3"]