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