GroupId | GroupIdorg.noear.bundle |
---|---|
ArtifactId | ArtifactIdsocketd-bundle |
Version | Version1.6.1-m1 |
Type | Typepom |
Filename | Size |
---|---|
socketd-bundle-1.6.1-m1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.noear.bundle/socketd-bundle/ -->
<dependency>
<groupId>org.noear.bundle</groupId>
<artifactId>socketd-bundle</artifactId>
<version>1.6.1-m1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.noear.bundle/socketd-bundle/
implementation 'org.noear.bundle:socketd-bundle:1.6.1-m1'
// https://jarcasting.com/artifacts/org.noear.bundle/socketd-bundle/
implementation ("org.noear.bundle:socketd-bundle:1.6.1-m1")
'org.noear.bundle:socketd-bundle:pom:1.6.1-m1'
<dependency org="org.noear.bundle" name="socketd-bundle" rev="1.6.1-m1">
<artifact name="socketd-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.noear.bundle', module='socketd-bundle', version='1.6.1-m1')
)
libraryDependencies += "org.noear.bundle" % "socketd-bundle" % "1.6.1-m1"
[org.noear.bundle/socketd-bundle "1.6.1-m1"]