GroupId | GroupIdorg.fastquery |
---|---|
ArtifactId | ArtifactIdbytes |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
bytes-1.1.pom | |
bytes-1.1.jar | 14 KB |
bytes-1.1-sources.jar | 10 KB |
bytes-1.1-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fastquery/bytes/ -->
<dependency>
<groupId>org.fastquery</groupId>
<artifactId>bytes</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fastquery/bytes/
implementation 'org.fastquery:bytes:1.1'
// https://jarcasting.com/artifacts/org.fastquery/bytes/
implementation ("org.fastquery:bytes:1.1")
'org.fastquery:bytes:jar:1.1'
<dependency org="org.fastquery" name="bytes" rev="1.1">
<artifact name="bytes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fastquery', module='bytes', version='1.1')
)
libraryDependencies += "org.fastquery" % "bytes" % "1.1"
[org.fastquery/bytes "1.1"]