Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.microlog |
ArtifactId | ArtifactIdmicrolog-server-bluetooth |
Version | Version2.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.microlog/microlog-server-bluetooth/ -->
<dependency>
<groupId>net.sf.microlog</groupId>
<artifactId>microlog-server-bluetooth</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.microlog/microlog-server-bluetooth/
implementation 'net.sf.microlog:microlog-server-bluetooth:2.2.4'
// https://jarcasting.com/artifacts/net.sf.microlog/microlog-server-bluetooth/
implementation ("net.sf.microlog:microlog-server-bluetooth:2.2.4")
'net.sf.microlog:microlog-server-bluetooth:jar:2.2.4'
<dependency org="net.sf.microlog" name="microlog-server-bluetooth" rev="2.2.4">
<artifact name="microlog-server-bluetooth" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.microlog', module='microlog-server-bluetooth', version='2.2.4')
)
libraryDependencies += "net.sf.microlog" % "microlog-server-bluetooth" % "2.2.4"
[net.sf.microlog/microlog-server-bluetooth "2.2.4"]