is not current version
Last Version 8.0.0

org.nhind:direct-common 1.1.1

Direct Project common APIs. Includes instrumentation, auditing, and other utility APIs

GroupId

GroupId

org.nhind
ArtifactId

ArtifactId

direct-common
Version

Version

1.1.1
Type

Type

jar

Download direct-common 1.1.1


<!-- https://jarcasting.com/artifacts/org.nhind/direct-common/ -->
<dependency>
    <groupId>org.nhind</groupId>
    <artifactId>direct-common</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/direct-common/
implementation 'org.nhind:direct-common:1.1.1'
// https://jarcasting.com/artifacts/org.nhind/direct-common/
implementation ("org.nhind:direct-common:1.1.1")
'org.nhind:direct-common:jar:1.1.1'
<dependency org="org.nhind" name="direct-common" rev="1.1.1">
  <artifact name="direct-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='direct-common', version='1.1.1')
)
libraryDependencies += "org.nhind" % "direct-common" % "1.1.1"
[org.nhind/direct-common "1.1.1"]