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