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