Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.trane |
ArtifactId | ArtifactIdndbc-postgres-netty4 |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.trane/ndbc-postgres-netty4/ -->
<dependency>
<groupId>io.trane</groupId>
<artifactId>ndbc-postgres-netty4</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.trane/ndbc-postgres-netty4/
implementation 'io.trane:ndbc-postgres-netty4:0.0.1'
// https://jarcasting.com/artifacts/io.trane/ndbc-postgres-netty4/
implementation ("io.trane:ndbc-postgres-netty4:0.0.1")
'io.trane:ndbc-postgres-netty4:jar:0.0.1'
<dependency org="io.trane" name="ndbc-postgres-netty4" rev="0.0.1">
<artifact name="ndbc-postgres-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.trane', module='ndbc-postgres-netty4', version='0.0.1')
)
libraryDependencies += "io.trane" % "ndbc-postgres-netty4" % "0.0.1"
[io.trane/ndbc-postgres-netty4 "0.0.1"]