Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdeventuate-server-common |
Version | Version1.6.36 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.networknt/eventuate-server-common/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>eventuate-server-common</artifactId>
<version>1.6.36</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/eventuate-server-common/
implementation 'com.networknt:eventuate-server-common:1.6.36'
// https://jarcasting.com/artifacts/com.networknt/eventuate-server-common/
implementation ("com.networknt:eventuate-server-common:1.6.36")
'com.networknt:eventuate-server-common:jar:1.6.36'
<dependency org="com.networknt" name="eventuate-server-common" rev="1.6.36">
<artifact name="eventuate-server-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='eventuate-server-common', version='1.6.36')
)
libraryDependencies += "com.networknt" % "eventuate-server-common" % "1.6.36"
[com.networknt/eventuate-server-common "1.6.36"]