GroupId | GroupIdcom.github.jeffreyning |
---|---|
ArtifactId | ArtifactIdnh-micro-engine |
Version | Version0.0.2-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>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-engine/
implementation 'com.github.jeffreyning:nh-micro-engine:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-engine/
implementation ("com.github.jeffreyning:nh-micro-engine:0.0.2-RELEASE")
'com.github.jeffreyning:nh-micro-engine:jar:0.0.2-RELEASE'
<dependency org="com.github.jeffreyning" name="nh-micro-engine" rev="0.0.2-RELEASE">
<artifact name="nh-micro-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeffreyning', module='nh-micro-engine', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.jeffreyning" % "nh-micro-engine" % "0.0.2-RELEASE"
[com.github.jeffreyning/nh-micro-engine "0.0.2-RELEASE"]