GroupId | GroupIdcom.github.smartbuf |
---|---|
ArtifactId | ArtifactIdsmartbuf |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
smartbuf-0.1.2.pom | |
smartbuf-0.1.2.jar | 153 KB |
smartbuf-0.1.2-sources.jar | 91 KB |
smartbuf-0.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf/
implementation 'com.github.smartbuf:smartbuf:0.1.2'
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf/
implementation ("com.github.smartbuf:smartbuf:0.1.2")
'com.github.smartbuf:smartbuf:jar:0.1.2'
<dependency org="com.github.smartbuf" name="smartbuf" rev="0.1.2">
<artifact name="smartbuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smartbuf', module='smartbuf', version='0.1.2')
)
libraryDependencies += "com.github.smartbuf" % "smartbuf" % "0.1.2"
[com.github.smartbuf/smartbuf "0.1.2"]