Last Version

net.openhft:transfix 1.0.2-alpha

TransFIX

Categories

Categories

Net
GroupId

GroupId

net.openhft
ArtifactId

ArtifactId

transfix
Version

Version

1.0.2-alpha
Type

Type

jar

Download transfix 1.0.2-alpha


<!-- https://jarcasting.com/artifacts/net.openhft/transfix/ -->
<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>transfix</artifactId>
    <version>1.0.2-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/transfix/
implementation 'net.openhft:transfix:1.0.2-alpha'
// https://jarcasting.com/artifacts/net.openhft/transfix/
implementation ("net.openhft:transfix:1.0.2-alpha")
'net.openhft:transfix:jar:1.0.2-alpha'
<dependency org="net.openhft" name="transfix" rev="1.0.2-alpha">
  <artifact name="transfix" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='transfix', version='1.0.2-alpha')
)
libraryDependencies += "net.openhft" % "transfix" % "1.0.2-alpha"
[net.openhft/transfix "1.0.2-alpha"]