GroupId | GroupIdcom.github.jeffreyning |
---|---|
ArtifactId | ArtifactIdnh-micro-controller |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-controller/ -->
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>nh-micro-controller</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-controller/
implementation 'com.github.jeffreyning:nh-micro-controller:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-controller/
implementation ("com.github.jeffreyning:nh-micro-controller:1.0.0-RELEASE")
'com.github.jeffreyning:nh-micro-controller:jar:1.0.0-RELEASE'
<dependency org="com.github.jeffreyning" name="nh-micro-controller" rev="1.0.0-RELEASE">
<artifact name="nh-micro-controller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeffreyning', module='nh-micro-controller', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.jeffreyning" % "nh-micro-controller" % "1.0.0-RELEASE"
[com.github.jeffreyning/nh-micro-controller "1.0.0-RELEASE"]