| GroupId | GroupIdorg.jvirtanen.nassau |
|---|---|
| ArtifactId | ArtifactIdnassau-soupbintcp-gateway |
| Version | Version0.8.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jvirtanen.nassau/nassau-soupbintcp-gateway/ -->
<dependency>
<groupId>org.jvirtanen.nassau</groupId>
<artifactId>nassau-soupbintcp-gateway</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvirtanen.nassau/nassau-soupbintcp-gateway/
implementation 'org.jvirtanen.nassau:nassau-soupbintcp-gateway:0.8.0'
// https://jarcasting.com/artifacts/org.jvirtanen.nassau/nassau-soupbintcp-gateway/
implementation ("org.jvirtanen.nassau:nassau-soupbintcp-gateway:0.8.0")
'org.jvirtanen.nassau:nassau-soupbintcp-gateway:jar:0.8.0'
<dependency org="org.jvirtanen.nassau" name="nassau-soupbintcp-gateway" rev="0.8.0">
<artifact name="nassau-soupbintcp-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvirtanen.nassau', module='nassau-soupbintcp-gateway', version='0.8.0')
)
libraryDependencies += "org.jvirtanen.nassau" % "nassau-soupbintcp-gateway" % "0.8.0"
[org.jvirtanen.nassau/nassau-soupbintcp-gateway "0.8.0"]