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