Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.openhft |
ArtifactId | ArtifactIdjlbh |
Version | Version1.21ea0 |
Type | Typejar |
Filename | Size |
---|---|
jlbh-1.21ea0.pom | |
jlbh-1.21ea0.jar | 27 KB |
jlbh-1.21ea0-sources.jar | 17 KB |
jlbh-1.21ea0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.openhft/jlbh/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>jlbh</artifactId>
<version>1.21ea0</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/jlbh/
implementation 'net.openhft:jlbh:1.21ea0'
// https://jarcasting.com/artifacts/net.openhft/jlbh/
implementation ("net.openhft:jlbh:1.21ea0")
'net.openhft:jlbh:jar:1.21ea0'
<dependency org="net.openhft" name="jlbh" rev="1.21ea0">
<artifact name="jlbh" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='jlbh', version='1.21ea0')
)
libraryDependencies += "net.openhft" % "jlbh" % "1.21ea0"
[net.openhft/jlbh "1.21ea0"]